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

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

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

     pic1off= new Image(40,25);
     pic1off.src="images/asubbtnoff.gif";
	 
	 pic2on= new Image(40,25);
     pic2on.src="images/bsubbtnon.gif";  

     pic2off= new Image(40,25);
     pic2off.src="images/bsubbtnoff.gif";
	 
	 pic3on= new Image(40,25);
     pic3on.src="images/linkbtnon.gif";  

     pic3off= new Image(40,25);
     pic3off.src="images/linkbtnoff.gif";
	 
	 pic4on= new Image(40,25);
     pic4on.src="images/fotobtnon.gif";  

     pic4off= new Image(40,25);
     pic4off.src="images/fotobtnoff.gif";
	 
	 pic5on= new Image(40,25);
     pic5on.src="images/mapbtnon.gif";

     pic5off= new Image(40,25);
     pic5off.src="images/mapbtnoff.gif";
	 
	 pic6on= new Image(40,25);
     pic6on.src="images/lockbtnon.gif";

     pic6off= new Image(40,25);
     pic6off.src="images/lockbtnoff.gif";
	 
	 pic7on= new Image(40,25);
     pic7on.src="images/nextpagebtnon.gif";

     pic7off= new Image(40,25);
     pic7off.src="images/nextpagebtnoff.gif";
	 
	 pic8on= new Image(40,25);
     pic8on.src="images/prevpagebtnon.gif";

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