//<!-- Hide from old browsers
// Rev up the cloaking device and CheckBrowser

browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
version = "n4";

if (browserName == "Microsoft Internet Explorer" && browserVer == 2)
    version = "e3";

//    Rollover Menu

if (version != "e3") {
    sx1on = new Image(178, 66);
    sx1on.src = "images/appuntamenti_on.gif";
    sx1off = new Image(178, 66);
    sx1off.src = "images/appuntamenti_off.gif";
    
    sx2on = new Image(178, 66);
    sx2on.src = "images/libreria_on.gif";
    sx2off = new Image(178, 66);
    sx2off.src = "images/libreria_off.gif";
    
    sx2aon = new Image(178, 66);
    sx2aon.src = "images/libreria2a_on.gif";
    sx2aoff = new Image(178, 66);
    sx2aoff.src = "images/libreria2a_off.gif";
    
    sx3on = new Image(178, 66);
    sx3on.src = "images/abbonamenti_on.gif";
    sx3off = new Image(178, 66);
    sx3off.src = "images/abbonamenti_off.gif";
    
    sx4on = new Image(178, 66);
    sx4on.src = "images/arretrati_on.gif";
    sx4off = new Image(178, 66);
    sx4off.src = "images/arretrati_off.gif";
    
    sx5on = new Image(178, 54);
    sx5on.src = "images/rossi_on.gif";
    sx5off = new Image(178, 54);
    sx5off.src = "images/rossi_off.gif";
    
    sx6on = new Image(178, 54);
    sx6on.src = "images/bollicine_on.gif";
    sx6off = new Image(178, 54);
    sx6off.src = "images/bollicine_off.gif";
    
    sx7on = new Image(178, 54);
    sx7on.src = "images/spiriti_on.gif";
    sx7off = new Image(178, 54);
    sx7off.src = "images/spiriti_off.gif";
    
    sx8on = new Image(178, 54);
    sx8on.src = "images/rifugi_on.gif";
    sx8off = new Image(178, 54);
    sx8off.src = "images/rifugi_off.gif";
    
    sx9on = new Image(178, 68);
    sx9on.src = "images/mondos_on.gif";
    sx9off = new Image(178, 68);
    sx9off.src = "images/mondos_off.gif";
    
    sx10on = new Image(178, 54);
    sx10on.src = "images/palato_on.gif";
    sx10off = new Image(178, 54);
    sx10off.src = "images/palato_off.gif";
    
    sx11on = new Image(178, 66);
    sx11on.src = "images/prove_on.gif";
    sx11off = new Image(178, 66);
    sx11off.src = "images/prove_off.gif";
    
    //sx12on = new Image(178, 66);
    //sx12on.src = "images/finanza_on.gif";
    //sx12off = new Image(178, 66);
    //sx12off.src = "images/finanza_off.gif";

    sx13on = new Image(178, 66);
    sx13on.src = "images/eventi_on.gif";
    sx13off = new Image(178, 66);
    sx13off.src = "images/eventi_off.gif";

    sx14on = new Image(178, 66);
    sx14on.src = "images/newyork_on.gif";
    sx14off = new Image(178, 66);
    sx14off.src = "images/newyork_off.gif";

    sx15on = new Image(178, 66);
    sx15on.src = "images/japan_on.gif";
    sx15off = new Image(178, 66);
    sx15off.src = "images/japan_off.gif";
}

function light(imgName, imgSopra) {
    if (version != "e3") {
        imgOn = eval(imgName + "on.src");
        document[imgName].src = imgOn;
        if (imgSopra != '') {
            img2On = eval(imgSopra + "on.src");
            document[imgSopra].src = img2On;
        }
    }
}

function dark(imgName, imgSopra) {
    if (version != "e3") {
        imgOff = eval(imgName + "off.src");
        document[imgName].src = imgOff;
        if (imgSopra != '') {
            img2Off = eval(imgSopra + "off.src");
            document[imgSopra].src = img2Off;
        }
    }
}

// Stop hiding from old browsers -->

function OpenWin(pagina, nomepagina, larghezza, altezza, scroll) {
    //LeftPosition = (screen.width) ? (screen.width-larghezza)/2 : 0;
    //TopPosition = (screen.height) ? (screen.height-altezza)/2 : 0;
    TopPosition = 10;
    LeftPosition = 10;
    settings = 'height=' + altezza + ',width=' + larghezza + ',top=' + TopPosition + ',left=' + LeftPosition + ',scrollbars=' + scroll + ',resizable=yes'
    fine = window.open(pagina, nomepagina, settings)
    fine.focus()
}
