<!--bName = navigator.appName;bVer = parseInt(navigator.appVersion);if ((bName == "Netscape" && bVer >= 3) ||(bName == "Microsoft Internet Explorer" && bVer >= 4)) br = "n3";else br = "n2";if  (br == "n3"){	homeon = new Image();	homeon.src = "../image/format/home_on.gif";	productson = new Image();	productson.src = "../image/format/products_on.gif";	companyon = new Image();	companyon.src = "../image/format/company_on.gif";	contacton = new Image();	contacton.src = "../image/format/contact_on.gif";	ecoon = new Image();	ecoon.src = "../image/format/eco_on.gif";	policyon = new Image();	policyon.src = "../image/format/policy_on.gif";	homeoff = new Image();	homeoff.src = "../image/format/home_off.gif";	productsoff = new Image();	productsoff.src = "../image/format/products_off.gif";	companyoff = new Image();	companyoff.src = "../image/format/company_off.gif";	contactoff = new Image();	contactoff.src = "../image/format/contact_off.gif";	ecooff = new Image();	ecooff.src = "../image/format/eco_off.gif";	policyoff = new Image();	policyoff.src = "../image/format/policy_off.gif";}function imgAct(imgName){	if (br== "n3"){		document[imgName].src = eval(imgName + "on.src");	}}function imgInact(imgName){	if (br== "n3"){		document[imgName].src = eval(imgName + "off.src");	}}//-->
