//  ua=navigator.userAgent;
//  v=navigator.appVersion.substring(0,1);
//  if ((ua.lastIndexOf("MSIE")!=-1) && (v!='1') && (v!='2') && (v!='3'))

   if (document.images){

// Hoofdnavigatie

      button1     = new Image ();
      button1.src = "images/navigatie/photoshop.gif";

      button2     = new Image ();
      button2.src = "images/navigatie/photoshop_over.gif";

      button3     = new Image ();
      button3.src = "images/navigatie/livemotion.gif";

      button4     = new Image ();
      button4.src = "images/navigatie/livemotion_over.gif";

      button5     = new Image ();
      button5.src = "images/navigatie/website.gif";

      button6     = new Image ();
      button6.src = "images/navigatie/website_over.gif";

      button7     = new Image ();
      button7.src = "images/navigatie/links.gif";

      button8     = new Image ();
      button8.src = "images/navigatie/links_over.gif";

      button9     = new Image ();
      button9.src = "images/navigatie/discussie.gif";

      button10     = new Image ();
      button10.src = "images/navigatie/discussie_over.gif";

      button11     = new Image ();
      button11.src = "images/navigatie/home.gif";

      button12     = new Image ();
      button12.src = "images/navigatie/home_over.gif";

      button13     = new Image ();
      button13.src = "images/navigatie/mail.gif";

      button14     = new Image ();
      button14.src = "images/navigatie/mail_over.gif";
	}

   // this function swaps the images

function swapImage(oldButton,newButton){
   if (document.images)
      document.images[oldButton].src=eval(newButton + ".src");
}  
