/******************************************************************************
* images.js                                                               *
*                                                                             *
* Last update: september  19,2010								  *
*                                                                             *
******************************************************************************/

/* Images pre loader */
  if (document.images)
   {
     pic0on= new Image(164,25);
     pic0on.src="/images/bthome2.png";  

      pic0off= new Image(164,25);
      pic0off.src="/images/bthome.png";  

      pic1on= new Image(164,25);
      pic1on.src="/images/btprod2.png";  

      pic1off= new Image(164,25);
      pic1off.src="/images/btprod.png"; 
	  
	  pic2on= new Image(164,25);
     pic2on.src="/images/btstandard2.png";  

      pic2off= new Image(164,25);
      pic2off.src="/images/btstandard.png";  
	  
	  pic3on= new Image(164,25);
     pic3on.src="/images/btsupport2.png";  

      pic3off= new Image(164,25);
      pic3off.src="/images/btsupport.png";  
	  
      pic4on= new Image(164,25);
      pic4on.src="/images/bttrain2.png";  

      pic4off= new Image(164,25);
      pic4off.src="/images/bttrain.png";  
	  
	  pic5on= new Image(163,25);
     pic5on.src="/images/btservice2.png";  

      pic5off= new Image(163,25);
      pic5off.src="/images/btservice.png";  
	  
	  pic6on= new Image(240,25);
      pic6on.src="/images/btwire2.png";  

      pic6off= new Image(240,25);
      pic6off.src="/images/btwire.png";  
	  
	   pic7on= new Image(240,25);
     pic7on.src="/images/btstruct2.png";  

      pic7off= new Image(240,25);
      pic7off.src="/images/btstruct.png";  
	  
	   pic8on= new Image(240,25);
     pic8on.src="/images/btfiber2.png";  

      pic8off= new Image(240,25);
      pic8off.src="/images/btfiber.png"; 
	  
	   pic9on= new Image(240,25);
     pic9on.src="/images/btcoaxial2.png";  

      pic9off= new Image(240,25);
      pic9off.src="/images/btcoaxial.png";  
 }// JavaScript Document
