/******************************************************************************
* 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/planbtnon.png";  

     pic1off= new Image(40,25);
     pic1off.src="images/planbtnoff.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/infobtnon.png";  

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

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

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

     pic6off= new Image(40,25);
     pic6off.src="images/kavelbtnoff.png";
	 
	 pic7on= new Image(40,25);
     pic7on.src="images/map1on.jpg";

     pic7off= new Image(40,25);
     pic7off.src="images/map1.jpg";
	
	 pic8on= new Image(40,25);
     pic8on.src="images/map2on.jpg";

     pic8off= new Image(40,25);
     pic8off.src="images/map2.jpg";
	 
	 pic9on= new Image(40,25);
     pic9on.src="images/kavel1btnon.jpg";

     pic9off= new Image(40,25);
     pic9off.src="images/kavel1btnoff.jpg";
   }
