/******************************************************************************
* images.js                                                               *
*                                                                             *
* Last update: May 21, 2008												  *
*                                                                             *
******************************************************************************/

/* Images pre loader */
  if (document.images)
   {
     pic0on= new Image(40,25);
     pic0on.src="images/homebtnon.png";  

     pic0off= new Image(40,25);
     pic0off.src="images/homebtnoff.png";
	 
	 pic1on= new Image(40,25);
     pic1on.src="images/recrebtnon.png";  

     pic1off= new Image(40,25);
     pic1off.src="images/recrebtnoff.png";
	 
	 pic2on= new Image(40,25);
     pic2on.src="images/woonbtnon.png";  

     pic2off= new Image(40,25);
     pic2off.src="images/woonbtnoff.png";
	 
	 pic3on= new Image(40,25);
     pic3on.src="images/omgevingbtnon.png";  

     pic3off= new Image(40,25);
     pic3off.src="images/omgevingbtnoff.png";
	 
	 pic4on= new Image(40,25);
     pic4on.src="images/pietbtnon.png";  

     pic4off= new Image(40,25);
     pic4off.src="images/pietbtnoff.png";
	 
	 pic5on= new Image(40,25);
     pic5on.src="images/infobtnon.png";  

     pic5off= new Image(40,25);
     pic5off.src="images/infobtnoff.png";
	 
	 pic6on= new Image(40,25);
     pic6on.src="images/partijbtnon.png";  

     pic6off= new Image(40,25);
     pic6off.src="images/partijbtnoff.png";
	 
	 pic7on= new Image(40,25);
     pic7on.src="images/centrumbtnon.png";  

     pic7off= new Image(40,25);
     pic7off.src="images/centrumbtnoff.png";
   }
