<!--
browserVer =
  (((navigator.appName == "Netscape") &&
  (parseInt(navigator.appVersion) >= 3 )) ||
  ((navigator.appName == "Microsoft Internet Explorer") &&
  (parseInt(navigator.appVersion) >= 4 )));

if (browserVer)
{
    product=new Image;
    product.src="/content/sections/images/product.gif"
    producto=new Image;
    producto.src="/content/sections/images/producto.gif"
    home=new Image;
    home.src="/content/sections/images/home.gif"
    homeo=new Image;
    homeo.src="/content/sections/images/homeo.gif"
    about=new Image;
    about.src="/content/sections/images/about.gif"
    abouto=new Image;
    abouto.src="/content/sections/images/abouto.gif"
    faq=new Image;
    faq.src="/content/sections/images/faq.gif"
    faqo=new Image;
    faqo.src="/content/sections/images/faqo.gif"
    signup=new Image;
    signup.src="/content/sections/images/signup.gif"
    signupo=new Image;
    signupo.src="/content/sections/images/signupo.gif"
    login=new Image;
    login.src="/content/sections/images/login.gif"
    logino=new Image;
    logino.src="/content/sections/images/logino.gif"
}

function hiLite(imgDocID,imgObjName)
{
	if (browserVer)
	{
		document.images[imgDocID].src = eval(imgObjName + ".src")
	}
}
-->
