<!--
	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"){
	img01on = new Image();
	img01on.src = "images/lubnan_over_04.gif";
	img02on = new Image();
	img02on.src = "images/lubnan_over_05.gif";
	img03on = new Image();
	img03on.src = "images/lubnan_over_06.gif";
	img04on = new Image();
	img04on.src = "images/lubnan_over_07.gif";
	img05on = new Image();
	img05on.src = "images/lubnan_over_08.gif";
	img06on = new Image();
	img06on.src = "images/lubnan_over_09.gif";

	img01off = new Image();
	img01off.src = "images/lubnan_04.gif";
	img02off = new Image();
	img02off.src = "images/lubnan_05.gif";
	img03off = new Image();
	img03off.src = "images/lubnan_06.gif";
	img04off = new Image();
	img04off.src = "images/lubnan_07.gif";
	img05off = new Image();
	img05off.src = "images/lubnan_08.gif";
	img06off = new Image();
	img06off.src = "images/lubnan_09.gif";

	}
	function imgAct(imgName){
	if (br == "n3"){
	document[imgName].src = eval(imgName + "on.src");
	}
	}
	function imgInact(imgName){
	if (br == "n3"){
	document[imgName].src = eval(imgName + "off.src");
	}
	}
	//-->
