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") {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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


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

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

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

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

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

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

        }

}
