var browser = navigator.appName

var version = parseInt(navigator.appVersion)



var ns4 = (browser == "Netscape" && version >= 4)

var ie4 = (browser == "Microsoft Internet Explorer" && version >= 4)

var ns3 = (browser == "Netscape" && version == 3)

var ie3 = (browser == "Microsoft Internet Explorer" && version < 4)

var ns2 = (browser == "Netscape" && version < 3)





if ( ns3 || ns4 || ie4 || ie3 ){


	febook1s = new Image(210,18);

	febook1s.src = "images/ebookmenu1.gif";

	febook1r = new Image(210,18);

	febook1r.src = "images/ebookmenu2.gif";
	
	
	fpin1s = new Image(210,18);

	fpin1s.src = "images/fpinmenu1.gif";

	fpin1r = new Image(210,18);

	fpin1r.src = "images/fpinmenu1h.gif";

	

	fpin2s = new Image(210,18);

	fpin2s.src = "images/fpinmenu2.gif";

	fpin2r = new Image(210,18);

	fpin2r.src = "images/fpinmenu2h.gif";

	

	fpin3s = new Image(210,18);

	fpin3s.src = "images/fpinmenu3.gif";

	fpin3r = new Image(210,18);

	fpin3r.src = "images/fpinmenu3h.gif";

	

	fpin4s = new Image(210,18);

	fpin4s.src = "images/fpinmenu4.gif";

	fpin4r = new Image(210,18);

	fpin4r.src = "images/fpinmenu4h.gif";



	fpin5s = new Image(210,18);

	fpin5s.src = "images/fpinmenu5.gif";

	fpin5r = new Image(210,18);

	fpin5r.src = "images/fpinmenu5h.gif";



	fpin6s = new Image(210,18);

	fpin6s.src = "images/fpinmenu6.gif";

	fpin6r = new Image(210,18);

	fpin6r.src = "images/fpinmenu6h.gif";

	

	fpin7s = new Image(210,18);

	fpin7s.src = "images/fpinmenu7.gif";

	fpin7r = new Image(210,18);

	fpin7r.src = "images/fpinmenu7h.gif";

}



function hiLite(imgDocID,imgObjName) {

	if (version >= 3){ document.images[imgDocID].src = eval(imgObjName + ".src")

}}
