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

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

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

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

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

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

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