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

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

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

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

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

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

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

     pic7off= new Image(40,25);
     pic7off.src="images/nieuwsbtnoff.png";
	 
	 pic8on= new Image(40,25);
     pic8on.src="images/villabtnon.png";

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