<!--

function displayWindow(url, width, height) {
var Win = window.open(url,"displayWindow",'width=' + width +
',height=' + height + ',resizable=0,scrollbars=yes,menubar=no' );
}


browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
        if (browserName == "Netscape" && browserVer >= 3 || browserName == "Microsoft Internet Explorer" && browserVer>=4) version = "n3";
        else version = "x";
        if (version == "n3")
		{
		product1on = new Image();
		product1on.src = "/images/menu/product1on.gif";
		product1off = new Image();
		product1off.src = "/images/menu/product1off.gif";
		flint1on = new Image();
		flint1on.src = "/images/menu/flint1on.gif";
		flint1off = new Image();
		flint1off.src = "/images/menu/flint1off.gif";
		register1on = new Image();
		register1on.src = "/images/menu/register1on.gif";
		register1off = new Image();
		register1off.src = "/images/menu/register1off.gif";
		whatsnew1on = new Image();
		whatsnew1on.src = "/images/menu/whatsnew1on.gif";
		whatsnew1off = new Image();
		whatsnew1off.src = "/images/menu/whatsnew1off.gif";
		dist1on = new Image();
		dist1on.src = "/images/menu/dist1on.gif";
		dist1off = new Image();
		dist1off.src = "/images/menu/dist1off.gif";
		oem1on = new Image();
		oem1on.src = "/images/menu/oem1on.gif";
		oem1off = new Image();
		oem1off.src = "/images/menu/oem1off.gif";
		careers1on = new Image();
		careers1on.src = "/images/menu/careers1on.gif";
		careers1off = new Image();
		careers1off.src = "/images/menu/careers1off.gif";
		FHITeams1on = new Image();
		FHITeams1on.src = "/images/menu/FHITeams1on.gif";
		FHITeams1off = new Image();
		FHITeams1off.src = "/images/menu/FHITeams1off.gif";
		contact1on = new Image();
		contact1on.src = "/images/menu/contact1on.gif";
		contact1off = new Image();
		contact1off.src = "/images/menu/contact1off.gif";
		home1on = new Image();
		home1on.src = "/images/menu/home1on.gif";
		home1off = new Image();
		home1off.src = "/images/menu/home1off.gif";
		president1on = new Image();
		president1on.src = "/images/menu/president1on.gif";
		president1off = new Image();
		president1off.src = "/images/menu/president1off.gif";
		businessdev1on = new Image();
		businessdev1on.src = "/images/menu/businessdev1on.gif";
		businessdev1off = new Image();
		businessdev1off.src = "/images/menu/businessdev1off.gif";
		
		
		
}
function img_act(imgName)
{
		if (version == "n3")
		{
		imgOn = eval(imgName + "on.src");
		document [imgName].src = imgOn;
		}
}
function img_inact(imgName)
{
		if (version == "n3")
		{
		imgOff = eval(imgName + "off.src");
		document [imgName].src = imgOff;
		}
}
// -->