<!--browserName=navigator.appName; browserVer=parseInt(navigator.appVersion);  if ((browserName=="Netscape" && browserVer>=3) || (browserName=="Microsoft Internet Explorer" && browserVer>=4))      version="n3";  else    version="n2";  if (version=="n3")   {     home_o= new Image();     home_o.src="/images/home_o.gif";  	 home_x= new Image();     home_x.src="/images/home_x.gif";     profile_o= new Image();     profile_o.src="/images/profile_o.gif";       profile_x= new Image();     profile_x.src="/images/profile_x.gif";     services_o= new Image();     services_o.src="/images/services_o.gif";       services_x= new Image();     services_x.src="/images/services_x.gif";     gallery_o= new Image();     gallery_o.src="/images/gallery_o.gif";       gallery_x= new Image();     gallery_x.src="/images/gallery_x.gif";     day_o= new Image();     day_o.src="/images/day_o.gif";       day_x= new Image();     day_x.src="/images/day_x.gif";     products_o= new Image();     products_o.src="/images/products_o.gif";       products_x= new Image();     products_x.src="/images/products_x.gif";     contact_o= new Image();     contact_o.src="/images/contact_o.gif";       contact_x= new Image();     contact_x.src="/images/contact_x.gif";   }function lightup(imgName) {   if (version=="n3")    {      imgOn=eval(imgName + "o.src");      document[imgName].src= imgOn;    } }function turnoff(imgName) {   if (version=="n3")    {      imgOff=eval(imgName + "x.src");      document[imgName].src= imgOff;    } }//  -->
