<!--

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(253,32);
				a1off.src = "images/n1_home.gif";
				a1on= new Image(253,32);
				a1on.src = "images/n1_home_alt.gif";
				
				b1off= new Image(253,32);
				b1off.src = "images/n1_about.gif";
				b1on= new Image(253,32);
				b1on.src = "images/n1_about_alt.gif";

				c1off= new Image(253,32);
				c1off.src = "images/n1_products.gif";
				c1on= new Image(253,32);
				c1on.src = "images/n1_products_alt.gif";

				d1off= new Image(253,32);
				d1off.src = "images/n1_brochures.gif";
				d1on= new Image(253,32);
				d1on.src = "images/n1_brochures_alt.gif";

				e1off= new Image(253,32);
				e1off.src = "images/n1_spec_prog.gif";
				e1on= new Image(253,32);
				e1on.src = "images/n1_spec_prog_alt.gif";
				
				f1off= new Image(253,32);
				f1off.src = "images/n1_find_rep.gif";
				f1on= new Image(253,32);
				f1on.src = "images/n1_find_rep_alt.gif";
				
				g1off= new Image(253,32);
				g1off.src = "images/n1_contact.gif";
				g1on= new Image(253,32);
				g1on.src = "images/n1_contact_alt.gif";	
				
				h1off= new Image(253,32);
				h1off.src = "images/n1_search.gif";
				h1on= new Image(253,32);
				h1on.src = "images/n1_search_alt.gif";
				
				i1off= new Image(100,110);
				i1off.src = "images/bonus_buy2.gif";
				i1on= new Image(100,110);
				i1on.src = "images/bonus_buy2_alt.gif";
				
				j1off= new Image(102,110);
				j1off.src = "images/whats_new2.gif";
				j1on= new Image(102,110);
				j1on.src = "images/whats_new2_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;
   }
}
// -->

	
