
if (document.images) {

      button1     = new Image ();
      button1.src = "http://www.mobiel-bellen.nl/images/tab_ringtones.gif";

      button2     = new Image ();
      button2.src = "http://www.mobiel-bellen.nl/images/tab_ringtones_on.gif";

      button3     = new Image ();
      button3.src = "http://www.mobiel-bellen.nl/images/tab_polyfoon.gif";

      button4     = new Image ();
      button4.src = "http://www.mobiel-bellen.nl/images/tab_polyfoon_on.gif";

      button5     = new Image ();
      button5.src = "http://www.mobiel-bellen.nl/images/tab_logos.gif";

      button6     = new Image ();
      button6.src = "http://www.mobiel-bellen.nl/images/tab_logos_on.gif";

      button7     = new Image ();
      button7.src = "http://www.mobiel-bellen.nl/images/tab_smspictures.gif";

      button8     = new Image ();
      button8.src = "http://www.mobiel-bellen.nl/images/tab_smspictures_on.gif";

      button9     = new Image ();
      button9.src = "http://www.mobiel-bellen.nl/images/tab_screensavers.gif";

      button10     = new Image ();
      button10.src = "http://www.mobiel-bellen.nl/images/tab_screensavers_on.gif";

      button11     = new Image ();
      button11.src = "http://www.mobiel-bellen.nl/images/tab_wallpapers.gif";

      button12     = new Image ();
      button12.src = "http://www.mobiel-bellen.nl/images/tab_wallpapers_on.gif";

						
        }
	
   // this function swaps the images

function swapImage(oldButton,newButton){
   if (document.images)
      document.images[oldButton].src=eval(newButton + ".src");
}  
