<!--

browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
if (browserName == "Netscape" && browserVer >= 3) {
        version = "n3";
        }
else if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) {
        version = "n3";
        }
else {
        version = "n2";
}


if (version == "n3") {


				a1off= new Image(75,22);
				a1off.src = "images/n1_expertise.gif";
				a1on= new Image(75,22);
				a1on.src = "images/n1_expertise_alt.gif";
				
				b1off= new Image(68,22);
				b1off.src = "images/n1_services.gif";
				b1on= new Image(68,22);
				b1on.src = "images/n1_services_alt.gif";

				c1off= new Image(61,22);
				c1off.src = "images/n1_history.gif";
				c1on= new Image(61,22);
				c1on.src = "images/n1_history_alt.gif";

				d1off= new Image(72,22);
				d1off.src = "images/n1_projects.gif";
				d1on= new Image(72,22);
				d1on.src = "images/n1_projects_alt.gif";

				e1off= new Image(62,22);
				e1off.src = "images/n1_awards.gif";
				e1on= new Image(62,22);
				e1on.src = "images/n1_awards_alt.gif";
				
				f1off= new Image(79,22);
				f1off.src = "images/n1_community.gif";
				f1on= new Image(79,22);
				f1on.src = "images/n1_community_alt.gif";
				
				g1off= new Image(90,22);
				g1off.src = "images/n1_employment.gif";
				g1on= new Image(90,22);
				g1on.src = "images/n1_employment_alt.gif";
				
				h1off= new Image(67,22);
				h1off.src = "images/n1_contact.gif";
				h1on= new Image(67,22);
				h1on.src = "images/n1_contact_alt.gif";
				
				i1off= new Image(67,22);
				i1off.src = "images/in_news.gif";
				i1on= new Image(67,22);
				i1on.src = "images/in_news_alt.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;
   }
}

// -->

