﻿function check(id,lang,pax,age){
    var w = 400;
    var h = 330;
    var l = Math.floor((screen.width-w)/2);
    var t = Math.floor((screen.height-h)/2);
    var winCheck=window.open("check_availibilities.aspx?id="+id+"&lang="+lang+"&pax="+pax+"&ref="+escape(document.location.pathname)+age,"check","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
    winCheck.focus();   
}

function slideshow(id,lang,age,scroll){
    var w = 704;
    var h = 750;
    var s="no"
    if (screen.height < 801) {
        s = "yes";
    }
    else {
        if (scroll) {
            //s = "yes"
            if (screen.height > 959)
                h = 810
            else
                s = "yes"
        }
    }
    
    var l = Math.floor((screen.width-w)/2);
    var t = Math.floor((screen.height-h)/2);
    var winSlide=window.open("slideshow.aspx?id="+id+"&lang="+lang+"&"+age,"slideshow","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",scrollbars="+s+",location=no");
    winSlide.focus();   
}
function mappa(id,lang,age){
    var w = 702;
    var h = 750;
    var s="no"
    if (screen.height<801){
        s="yes";
    }
    
    var l = Math.floor((screen.width-w)/2);
    var t = Math.floor((screen.height-h)/2);
//    var winMappa=window.open("map.aspx?id="+id+"&lang="+lang+"&"+age,"mappa","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",scrollbars="+s+",location=no");
    var winMappa=window.open("http://www.salogi.com/map.aspx?id="+id+"&lang="+lang+"&"+age,"mappa","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",scrollbars="+s+",location=no");
    winMappa.focus();   
}
function modArea(path,cmb){
    if(cmb.selectedIndex>0){
        document.location=path+cmb.options[cmb.selectedIndex].value
    }
}
function modStruttura(cmb){
    if(cmb.selectedIndex>0){
        document.location=cmb.options[cmb.selectedIndex].value
    }
}