bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
if ((bName == "Netscape" && bVer >= 3) ||
	(bName == "Microsoft Internet Explorer" && bVer >= 4)) br = "n3";
else br = "n2";
if (br == "n3") {
	alad = new Image();
	alad.src = "/images/locations/loc_map_al.gif";
	azad = new Image();
	azad.src = "/images/locations/loc_map_az.gif";
	ca1ad = new Image();
	ca1ad.src = "/images/locations/loc_map_ca2.gif";
	ca2ad = new Image();
	ca2ad.src = "/images/locations/loc_map_ca3.gif";
	coad = new Image();
	coad.src = "/images/locations/loc_map_co.gif";
	ctad = new Image();
	ctad.src = "/images/locations/loc_map_ct.gif";
	flad = new Image();
	flad.src = "/images/locations/loc_map_fl.gif";
	ga1ad = new Image();
	ga1ad.src = "/images/locations/loc_map_ga1.gif";
	ga2ad = new Image();
	ga2ad.src = "/images/locations/loc_map_ga2.gif";
	ilad = new Image();
	ilad.src = "/images/locations/loc_map_il.gif";
	in1ad = new Image();
	in1ad.src = "/images/locations/loc_map_in1.gif";
	in2ad = new Image();
	in2ad.src = "/images/locations/loc_map_in2.gif";
	ksad = new Image();
	ksad.src = "/images/locations/loc_map_ks2.gif";
	kyad = new Image();
	kyad.src = "/images/locations/loc_map_ky.gif";
	maad = new Image();
	maad.src = "/images/locations/loc_map_ma.gif";
	miad = new Image();
	miad.src = "/images/locations/loc_map_mi.gif";
	mnad = new Image();
	mnad.src = "/images/locations/loc_map_mn.gif";
	ncad = new Image();
	ncad.src = "/images/locations/loc_map_nc.gif";
	nj1ad = new Image();
	nj1ad.src = "/images/locations/loc_map_nj1.gif";
	nj2ad = new Image();
	nj2ad.src = "/images/locations/loc_map_nj2.gif";
	ny1ad = new Image();
	ny1ad.src = "/images/locations/loc_map_ny1.gif";
	ny2ad = new Image();
	ny2ad.src = "/images/locations/loc_map_ny2.gif";
	oh1ad = new Image();
	oh1ad.src = "/images/locations/loc_map_oh1.gif";
	oh2ad = new Image();
	oh2ad.src = "/images/locations/loc_map_oh2.gif";
	oh3ad = new Image();
	oh3ad.src = "/images/locations/loc_map_oh3.gif";
	oh4ad = new Image();
	oh4ad.src = "/images/locations/loc_map_oh4.gif";
	oh5ad = new Image();
	oh5ad.src = "/images/locations/loc_map_oh5.gif";
	pa1ad = new Image();
	pa1ad.src = "/images/locations/loc_map_pa1.gif";
	pa2ad = new Image();
	pa2ad.src = "/images/locations/loc_map_pa2.gif";
	riad = new Image();
	riad.src = "/images/locations/loc_map_ri.gif";
	tnad = new Image();
	tnad.src = "/images/locations/loc_map_tn.gif";
	tx1ad = new Image();
	tx1ad.src = "/images/locations/loc_map_tx1.gif";
	tx2ad = new Image();
	tx2ad.src = "/images/locations/loc_map_tx2.gif";
	wa1ad = new Image();
	wa1ad.src = "/images/locations/loc_map_wa1.gif";
	wa2ad = new Image();
	wa2ad.src = "/images/locations/loc_map_wa.gif";
	wiad = new Image();
	wiad.src = "/images/locations/loc_map_wi.gif";
	wvad = new Image();
	wvad.src = "/images/locations/loc_map_wv.gif";
}
function imgAct(imgName) {
	try
	{
		if (br == "n3") {
			document["additional"].src = eval(imgName + "ad.src");
		}
	} catch(e){}
	
}
function imgInact(imgName){
	if (br == "n3"){
		document["additional"].src = "/images/locations/loc_map_box.gif";
	}
}

