
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" ) {


sitemapon = new Image();
sitemapon.src = "images/b_mappa_on.gif"; //accendi voce navigator
sitemapoff = new Image();
sitemapoff.src = "images/b_mappa.gif"; // spegni voce navigator

privacyon = new Image();
privacyon.src = "images/b_privacy_on.gif"; //accendi voce navigator
privacyoff = new Image();
privacyoff.src = "images/b_privacy.gif"; // spegni voce navigator

servizion = new Image();
servizion.src = "images/b_servizi_on.gif"; //accendi voce navigator
servizioff = new Image();
servizioff.src = "images/b_servizi.gif"; // spegni voce navigator

online1on = new Image();
online1on.src = "images/b_online_on.gif"; //accendi voce navigator
online1off = new Image();
online1off.src = "images/b_online.gif"; // spegni voce navigator

searchon = new Image();
searchon.src = "images/b_cerca_on.gif"; //accendi voce navigator
searchoff = new Image();
searchoff.src = "images/b_cerca.gif"; // spegni voce navigator

englishon = new Image();
englishon.src = "images/b_inglese_on.gif"; //accendi voce navigator
englishoff = new Image();
englishoff.src = "images/b_inglese.gif"; // spegni voce navigator

menu1on = new Image();
menu1on.src = "images/nav01_home_on.gif"; //accendi voce navigator
menu1off = new Image();
menu1off.src = "images/nav01_home.gif"; // spegni voce navigator

menu2on = new Image();
menu2on.src = "images/nav02_mizar_on.gif"; //accendi voce navigator
menu2off = new Image();
menu2off.src = "images/nav02_mizar.gif"; // spegni voce navigator

menu3on = new Image();
menu3on.src = "images/nav03_prodotti_on.gif"; //accendi voce navigator
menu3off = new Image();
menu3off.src = "images/nav03_prodotti.gif"; // spegni voce navigator

menu4on = new Image();
menu4on.src = "images/nav04_tecnologia_on.gif"; //accendi voce navigator
menu4off = new Image();
menu4off.src = "images/nav04_tecnologia.gif"; // spegni voce navigator

menu5on = new Image();
menu5on.src = "images/nav05_eventi_on.gif"; //accendi voce navigator
menu5off = new Image();
menu5off.src = "images/nav05_eventi.gif"; // spegni voce navigator

menu6on = new Image();
menu6on.src = "images/nav06_contatti_on.gif"; //accendi voce navigator
menu6off = new Image();
menu6off.src = "images/nav06_contatti.gif"; // spegni voce navigator

menu7on = new Image();
menu7on.src = "images/nav07_news_on.gif"; //accendi voce navigator
menu7off = new Image();
menu7off.src = "images/nav07_news.gif"; // spegni voce navigator

menu8on = new Image();
menu8on.src = "images/nav08_faq_on.gif"; //accendi voce navigator
menu8off = new Image();
menu8off.src = "images/nav08_faq.gif"; // spegni voce navigator



}

function on(nome) {

if ( br == "n3" ) {
document[nome].src = eval(nome + "on.src");
  }
}

function off(nome) {
if ( br == "n3" ) {
document[nome].src = eval(nome + "off.src");
        }
}


function zoom(url,nome){
window.open(url,nome,'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=auto,resizeable=no,copyhistory=no,width=300,height=300,marginwidth=0,marginheight=0'); }

function privacy(){
window.open('privacy.html','privacy','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizeable=no,copyhistory=no,width=319,height=300,marginwidth=0,marginheight=0');} 