<!--
	function openWin(url, width, height, left, top)
	{
		var site = window.open(url, "openWin", 'width=' + width + ',height=' + height + ',left=' + left + ',top=' + top + ',toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no')
		site.focus();
	}

var strURL = "http://www.wmt.com"

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")
		{
		physicianson = new Image();
		physicianson.src = strURL + "/images/Nav/PhysiciansOn.gif";
		physiciansoff = new Image();
		physiciansoff.src = strURL + "/images/Nav/PhysiciansOff.gif";
		corporateon = new Image();
		corporateon.src = strURL + "/images/Nav/CorporateOn.gif";
		corporateoff = new Image();
		corporateoff.src = strURL + "/images/Nav/CorporateOff.gif";
		homeon = new Image();
		homeon.src = strURL + "/images/Nav/HomeOn.gif";
		homeoff = new Image();
		homeoff.src = strURL + "/images/Nav/HomeOff.gif";
//		patientson = new Image();
//		patientson.src = strURL + "/images/Nav/PatientsOn.gif";
//		patientsoff = new Image();
//		patientsoff.src = strURL + "/images/Nav/PatientsOff.gif";
		whatsnewon = new Image();
		whatsnewon.src = strURL + "/images/Nav/WhatsNewOn.gif";
		whatsnewoff = new Image();
		whatsnewoff.src = strURL + "/images/Nav/WhatsNewOff.gif";
		contactuson = new Image();
		contactuson.src = strURL + "/images/Nav/ContactUsOn.gif";
		contactusoff = new Image();
		contactusoff.src = strURL + "/images/Nav/ContactUsOff.gif";
		homeon = new Image();
		homeon.src = strURL + "/images/Nav/HomeOn.gif";
		homeoff = new Image();
		homeoff.src = strURL + "/images/Nav/HomeOff.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;
		}
}
// -->