<!--bName = navigator.appName;bVer = parseInt (navigator.appVersion);if (bName == "Netscape" && bVer >= 3) version = "n3";else if (bName == "Netscape" && bVer == 2) version = "n2";else if (bName == "Microsoft Internet Explorer" && bVer >= 3) version = "n3";else version = "n2";if (version == "n3"){	alternativeoff = new Image(); alternativeoff.src = "images/alternative.gif";	artsoff = new Image(); artsoff.src = "images/arts.gif";	communityoff = new Image(); communityoff.src = "images/community.gif";	ecologyoff = new Image(); ecologyoff.src = "images/ecology.gif";	genderoff = new Image(); genderoff.src = "images/gender.gif";	globaloff = new Image(); globaloff.src = "images/global.gif";	healthoff = new Image(); healthoff.src = "images/health.gif";	immigrationoff = new Image(); immigrationoff.src = "images/immigration.gif";	independentsoff = new Image(); independentsoff.src = "images/independents.gif";	socialoff = new Image(); socialoff.src = "images/social.gif";	historicaloff = new Image(); historicaloff.src = "images/historical.gif";	resourcesoff = new Image(); resourcesoff.src = "images/resources.gif";	contactoff = new Image(); contactoff.src = "images/contact.gif";		alternativeon = new Image(); alternativeon.src = "images/alternativeL.gif";	artson = new Image(); artson.src = "images/artsL.gif";	communityon = new Image(); communityon.src = "images/communityL.gif";	ecologyon = new Image(); ecologyon.src = "images/ecologyL.gif";	genderon = new Image(); genderon.src = "images/genderL.gif";	globalon = new Image(); globalon.src = "images/globalL.gif";	healthon = new Image(); healthon.src = "images/healthL.gif";	immigrationon = new Image(); immigrationon.src = "images/immigrationL.gif";	independentson = new Image(); independentson.src = "images/independentsL.gif";	socialon = new Image(); socialon.src = "images/socialL.gif";	historicalon = new Image(); historicalon.src = "images/historicalL.gif";	resourceson = new Image(); resourceson.src = "images/resourcesL.gif";	contacton = new Image(); contacton.src = "images/contactL.gif";}function hiLite(imgDocID,imgObjName) {   if (version == "n3") {       document.images[imgDocID].src = imgObjName;     }   }   function hiLiteOff(imgDocID,imgObjName) {   if (version == "n3") {       document.images[imgDocID].src = imgObjName;     }   }   -->