browserName = navigator.appName;

browserVer = parseInt(navigator.appVersion);



if ( (browserName == "Netscape" && browserVer >= 3) || (browserName== "Microsoft Internet Explorer" && browserVer > 3) ) version = "n3";

	else version = "n2";

	if (version == "n3") {

	
	
	n_homeon = new Image();
	n_homeon.src = "images/n_homeon.gif";

	n_homeoff = new Image();
	n_homeoff.src = "images/n_homeoff.gif";
	
	
	n_authorson = new Image();
	n_authorson.src = "images/n_authorson.gif";

	n_authorsoff = new Image();
	n_authorsoff.src = "images/n_authorsoff.gif";
	
	
	n_pkashon = new Image();
	n_pkashon.src = "images/n_pkashon.gif";

	n_pkashoff = new Image();
	n_pkashoff.src = "images/n_pkashoff.gif";
	
	
	n_jlombardon = new Image();
	n_jlombardon.src = "images/n_jlombardon.gif";

	n_jlombardoff = new Image();
	n_jlombardoff.src = "images/n_jlombardoff.gif";
	
	
	n_pmkon = new Image();
	n_pmkon.src = "images/n_pmkon.gif";

	n_pmkoff = new Image();
	n_pmkoff.src = "images/n_pmkoff.gif";
	
	
	n_jlon = new Image();
	n_jlon.src = "images/n_jlon.gif";

	n_jloff = new Image();
	n_jloff.src = "images/n_jloff.gif";
	
	
	n_tmonteon = new Image();
	n_tmonteon.src = "images/n_tmonteon.gif";

	n_tmonteoff = new Image();
	n_tmonteoff.src = "images/n_tmonteoff.gif";
	
	
	n_jlprofileon = new Image();
	n_jlprofileon.src = "images/n_jlprofileon.gif";

	n_jlprofileoff = new Image();
	n_jlprofileoff.src = "images/n_jlprofileoff.gif";
	
	
	n_pkprofileon = new Image();
	n_pkprofileon.src = "images/n_pkprofileon.gif";

	n_pkprofileoff = new Image();
	n_pkprofileoff.src = "images/n_pkprofileoff.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;

        }

}
