<!--
if( document.images )
{
<!--Small button-->
  button1_off 	= new Image(67,52);
  button2_off 	= new Image(125,52);
  button3_off 	= new Image(70,52);
  button4_off 	= new Image(83,52);
  button5_off 	= new Image(55,52);
  button6_off 	= new Image(106,52);
  button7_off 	= new Image(178,26);
  button8_off 	= new Image(178,25);
  button9_off 	= new Image(178,27); 
  button10_off 	= new Image(178,25); 
  button11_off 	= new Image(178,26);
  button12_off 	= new Image(178,26);
  button13_off 	= new Image(178,27); 
  button14_off 	= new Image(178,25);
  button15_off 	= new Image(178,26);
  button16_off  = new Image(178,26);
  button17_off  = new Image(178,26);
  button18_off  = new Image(178,25);
  button19_off  = new Image(178,27);
  button20_off  = new Image(178,26)
  
  
  
  button1_on 	= new Image(67,52);
  button2_on 	= new Image(125,52);
  button3_on 	= new Image(70,52);
  button4_on 	= new Image(83,52);
  button5_on 	= new Image(55,52);
  button6_on 	= new Image(106,52);
  button7_on 	= new Image(178,26);
  button8_on 	= new Image(178,25);
  button9_on 	= new Image(178,27);
  button10_on 	= new Image(178,25); 
  button11_on 	= new Image(178,26);
  button12_on 	= new Image(178,26);
  button13_on 	= new Image(178,27);
  button14_on 	= new Image(178,25);
  button15_on 	= new Image(178,26);
  button16_on   = new Image(178,26);
  button17_on   = new Image(178,26);
  button18_on   = new Image(178,25);
  button19_on   = new Image(178,27);
  button20_on   = new Image(178,26);
  
  

  button1_off.src 	= "/images/home.gif";
  button2_off.src 	= "/images/cart.gif";
  button3_off.src 	= "/images/sign.gif";
  button4_off.src 	= "/images/register.gif";
  button5_off.src 	= "/images/help.gif";
  button6_off.src 	= "/images/contact.gif";
  button7_off.src 	= "/images/climate.gif";
  button8_off.src 	= "images/seeding.gif";
  button9_off.src 	= "images/grow_systems.gif";
  button10_off.src 	= "images/growing.gif";
  button11_off.src 	= "images/light_systems.gif";
  button12_off.src 	= "images/miscellaneous.gif";
  button13_off.src 	= "images/nutrients.gif";
  button14_off.src 	= "images/pest_control.gif";
  button15_off.src 	= "images/tesoro.gif";
  button16_off.src  = "images/replacement.gif";
  button17_off.src  = "images/ballasts.gif";
  button18_off.src  = "images/l_access.gif";
  button19_off.src  = "images/meters.gif";
  button20_off.src  = "images/reflectors.gif";
  
  

  button1_on.src 	= "/images/home-over.gif";
  button2_on.src 	= "/images/cart-over.gif";
  button3_on.src 	= "/images/sign-over.gif";
  button4_on.src 	= "/images/register-over.gif";
  button5_on.src 	= "/images/help-over.gif";
  button6_on.src 	= "/images/contact-over.gif";
  button7_on.src 	= "/images/climate-over.gif";
  button8_on.src 	= "/images/seeding-over.gif";
  button9_on.src 	= "images/grow_systems-over.gif";
  button10_on.src 	= "images/growing-over.gif";
  button11_on.src 	= "images/light_systems-over.gif"; 
  button12_on.src 	= "images/miscellaneous-over.gif"; 
  button13_on.src 	= "images/nutrients-over.gif"; 
  button14_on.src 	= "images/pest_control-over.gif"; 
  button15_on.src 	= "images/tesoro-over.gif"; 
  button16_on.src   = "images/replacement-over.gif";
  button17_on.src   = "images/ballasts-over.gif";
  button18_on.src   = "images/l_access-over.gif";
  button19_on.src   = "images/meters-over.gif";
  button20_on.src   = "images/reflectors-over.gif";
}

function chkVer(imagename,objectsrc)
{
	var n=navigator.appName
	var v=parseInt(navigator.appVersion)
	var browsok=((n=="Netscape")&&(v>=3))
	var browsok2=((n=="Microsoft Internet Explorer")&&(v>=4))
	if ((browsok)||(browsok2))
		document.images[imagename].src=eval(objectsrc+".src")
}
-->
