﻿function mnon(id) {
    var idsidemenu = id;
    document.getElementById(idsidemenu).style.cursor = "pointer";
    document.getElementById(idsidemenu).style.backgroundPosition = "0 40px";
}

function mnoff(id) {
    var idsidemenu = id;
    document.getElementById(idsidemenu).style.cursor = "pointer";
    document.getElementById(idsidemenu).style.backgroundPosition = "0 0px";
}
function smnon(id) {
    var idsidemenu = id;
    document.getElementById(idsidemenu).style.cursor = "pointer";
    document.getElementById(idsidemenu).style.backgroundPosition = "0 24px";
}

function smnoff(id) {
    var idsidemenu = id;
    document.getElementById(idsidemenu).style.cursor = "pointer";
    document.getElementById(idsidemenu).style.backgroundPosition = "0 0px";
}
function secon(id) {
    var idsidemenu = id;
    document.getElementById(idsidemenu).style.cursor = "pointer";
    document.getElementById(idsidemenu).style.backgroundPosition = "0 20px";
}

function secoff(id) {
    var idsidemenu = id;
    document.getElementById(idsidemenu).style.cursor = "pointer";
    document.getElementById(idsidemenu).style.backgroundPosition = "0 0px";
}
function goto(id) {
    var idsender = id;
    if (id == "tdl_home") {
        window.location.href = "index.htm";
    }
    else if (id == "tdl_email") {
        window.location.href = "mailto:info@palazzosantiterzi.it";
    }
    else if (id == "tdr_eng") {
        window.location.href = "index.htm";
    }
    else if (id == "tdr_it") {
    //alert("La versione in italiano sarà disponibile a breve!");
        window.location.href = "indexit.htm";
    }
    else if (id == "menu01") {
        window.location.href = "booking.htm";
    }
    else if (id == "menu02") {
        window.location.href = "gettinghere.htm";
    }
    else if (id == "menu03") {
        window.location.href = "contacts.htm";
    }
    else if (id == "menu04") {
        window.location.href = "photos.htm";
    }
    else if (id == "menu05") {
        window.location.href = "things.htm";
    }
    else if (id == "menu06") {
        window.location.href = "places.htm";
    }
    else if (id == "menu07") {
        window.location.href = "testimonials.htm";
    }
    else if (id == "menu08") {
        window.location.href = "press.htm";
    }
    else if (id == "cdsanti") {
        window.location.href = "santiterzi.htm";
    }
    else if (id == "cdpoggio") {
        window.location.href = "casadelpoggio.htm";
    }
    else if (id == "cdsoffitta") {
        window.location.href = "lasoffitta.htm";
    }
    else if (id == "stsec1") {
        window.location.href = "santiterzi.htm";
    }
    else if (id == "stsec2") {
        window.location.href = "santiterzi-description.htm";
    }
    else if (id == "stsec3") {
        window.location.href = "santiterzi-booking.htm";
    }
    else if (id == "stsec4") {
        window.location.href = "santiterzi-photogallery.htm";
    }
    else if (id == "cpsec1") {
        window.location.href = "casadelpoggio.htm";
    }
    else if (id == "cpsec2") {
        window.location.href = "casadelpoggio-description.htm";
    }
    else if (id == "cpsec3") {
        window.location.href = "casadelpoggio-booking.htm";
    }
    else if (id == "cpsec4") {
        window.location.href = "casadelpoggio-photogallery.htm";
    }
    else if (id == "lssec1") {
        window.location.href = "lasoffitta.htm";
    }
    else if (id == "lssec2") {
        window.location.href = "lasoffitta-description.htm";
    }
    else if (id == "lssec3") {
        window.location.href = "lasoffitta-booking.htm";
    }
    else if (id == "lssec4") {
        window.location.href = "lasoffitta-photogallery.htm";
    }
    else if (id == "submenu01") {
        window.location.href = "places-sangemini.htm";
    }
    else if (id == "submenu02") {
        window.location.href = "places-todi.htm";
    }
    else if (id == "submenu03") {
        window.location.href = "places-spoleto.htm";
    }
    else if (id == "submenu04") {
        window.location.href = "places-montefalco.htm";
    }
    else if (id == "submenu05") {
        window.location.href = "places-deruta.htm";
    }
    else if (id == "submenu06") {
        window.location.href = "places-assisi.htm";
    }
    else if (id == "submenu07") {
        window.location.href = "places-perugia.htm";
    }
    else if (id == "submenu08") {
        window.location.href = "places-orvieto.htm";
    }
    else if (id == "submenu011") {
        window.location.href = "things-walking.htm";
    }
    else if (id == "submenu012") {
        window.location.href = "things-biking.htm";
    }
    else if (id == "submenu013") {
        window.location.href = "things-eating.htm";
    }
    else if (id == "submenu014") {
        window.location.href = "things-drinking.htm";
    }
    else if (id == "submenu015") {
        window.location.href = "things-more.htm";
    }
    else {
        window.location.href = "index.htm";
    }
}
function bookmarksite(title,url){
if (window.sidebar) // firefox
	window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
	var elem = document.createElement('a');
	elem.setAttribute('href',url);
	elem.setAttribute('title',title);
	elem.setAttribute('rel','sidebar');
	elem.click();
} 
else if(document.all)// ie
	window.external.AddFavorite(url, title);
}

