
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" ) {


accedion = new Image();
accedion.src = "../img_hp/accedi_on.gif"; //accendi voce navigator
accedioff = new Image();
accedioff.src = "../img_hp/accedi.gif"; // spegni voce navigator


dimenticatoon = new Image();
dimenticatoon.src = "../img_hp/dimenticato_on_int.gif"; //accendi voce navigator
dimenticatooff = new Image();
dimenticatooff.src = "../img_hp/dimenticato_int.gif"; // spegni voce navigator


glossarioon = new Image();
glossarioon.src = "../img_hp/ico_glossario_on.gif"; //accendi voce navigator
glossariooff = new Image();
glossariooff.src = "../img_hp/ico_glossario.gif"; // spegni voce navigator

registration = new Image();
registration.src = "../img_hp/registrati_on_int.gif"; //accendi voce navigator
registratioff = new Image();
registratioff.src = "../img_hp/registrati_int.gif"; // spegni voce navigator


approfondiscion = new Image();
approfondiscion.src = "../img_hp/approfondisci_on.gif"; //accendi voce navigator
approfondiscioff = new Image();
approfondiscioff.src = "../img_hp/approfondisci.gif"; // spegni voce navigator

approfondisci1on = new Image();
approfondisci1on.src = "../img_hp/approfondisci_on.gif"; //accendi voce navigator
approfondisci1off = new Image();
approfondisci1off.src = "../img_hp/approfondisci.gif"; // spegni voce navigator

mailon = new Image();
mailon.src = "../img_hp/mail_on.gif"; //accendi voce navigator
mailoff = new Image();
mailoff.src = "../img_hp/mail.gif"; // spegni voce navigator

sitemapon = new Image();
sitemapon.src = "../img_hp/sitemap_on.gif"; //accendi voce navigator
sitemapoff = new Image();
sitemapoff.src = "../img_hp/sitemap.gif"; // spegni voce navigator

privacyon = new Image();
privacyon.src = "../img_hp/privacy_policy_on.gif"; //accendi voce navigator
privacyoff = new Image();
privacyoff.src = "../img_hp/privacy_policy.gif"; // spegni voce navigator

searchon = new Image();
searchon.src = "../img_hp/search_on.gif"; //accendi voce navigator
searchoff = new Image();
searchoff.src = "../img_hp/search.gif"; // spegni voce navigator

englishon = new Image();
englishon.src = "../img_hp/english_on.gif"; //accendi voce navigator
englishoff = new Image();
englishoff.src = "../img_hp/english.gif"; // spegni voce navigator


menu1on = new Image();
menu1on.src = "../img_hp/menu01_on.gif"; //accendi voce navigator
menu1off = new Image();
menu1off.src = "../img_hp/menu01.gif"; // spegni voce navigator

menu2on = new Image();
menu2on.src = "../img_hp/menu02_on.gif"; //accendi voce navigator
menu2off = new Image();
menu2off.src = "../img_hp/menu02.gif"; // spegni voce navigator

menu3on = new Image();
menu3on.src = "../img_hp/menu03_on.gif"; //accendi voce navigator
menu3off = new Image();
menu3off.src = "../img_hp/menu03.gif"; // spegni voce navigator

menu4on = new Image();
menu4on.src = "../img_hp/menu04_on.gif"; //accendi voce navigator
menu4off = new Image();
menu4off.src = "../img_hp/menu04.gif"; // spegni voce navigator

menu5on = new Image();
menu5on.src = "../img_hp/menu05_on.gif"; //accendi voce navigator
menu5off = new Image();
menu5off.src = "../img_hp/menu05.gif"; // spegni voce navigator

menu6on = new Image();
menu6on.src = "../img_hp/menu06_on.gif"; //accendi voce navigator
menu6off = new Image();
menu6off.src = "../img_hp/menu06.gif"; // spegni voce navigator

menu7on = new Image();
menu7on.src = "../img_hp/menu07_on.gif"; //accendi voce navigator
menu7off = new Image();
menu7off.src = "../img_hp/menu07.gif"; // spegni voce navigator



}

function accendi(nome) {

if ( br == "n3" ) {
document[nome].src = eval(nome + "on.src");
  }
}

function spegni(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'); }

function pop_stazione(){
window.open('stazione.html','raggiungerci','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizeable=no,copyhistory=no,width=400,height=300,marginwidth=0,marginheight=0'); }

function pop_linate(){
window.open('linate.html','raggiungerci_linate','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizeable=no,copyhistory=no,width=400,height=300,marginwidth=0,marginheight=0'); }