<!--
if( document.images )
{
<!--Small button-->
  button1_off   = new Image(161,36);
  button2_off 	= new Image(66,36);
  button3_off 	= new Image(135,36);
  button4_off 	= new Image(84,36);
  button5_off 	= new Image(76,36);
  button6_off 	= new Image(100,36);
  
  
  button1_on    = new Image(161,36);
  button2_on 	= new Image(66,36);
  button3_on 	= new Image(135,36);
  button4_on 	= new Image(84,36);
  button5_on 	= new Image(76,36);
  button6_on 	= new Image(100,36); 
 
 

  button1_off.src   = "/images/about.gif";
  button2_off.src 	= "/images/faqs.gif";
  button3_off.src 	= "/images/privacy.gif";
  button4_off.src 	= "/images/contact.gif";
  button5_off.src 	= "/images/racing.gif";
  button6_off.src 	= "/images/home.gif";
 
 
  button1_on.src    = "/images/about-over.gif";
  button2_on.src 	= "/images/faqs-over.gif";
  button3_on.src 	= "/images/privacy-over.gif";
  button4_on.src 	= "/images/contact-over.gif";
  button5_on.src 	= "/images/racing-over.gif";
  button6_on.src 	= "/images/home-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")
}
-->
