﻿function PopupMap(guid) {
    var w = 500;
    var h = 500;
    var l = Math.floor((screen.width - w) / 2);
    var t = Math.floor((screen.height - h) / 2);
    window.open("/mappa.aspx?guid=" + guid, "", "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",scrollbars=no");
}

function PopupEmail(guid) {
    var w = 400;
    var h = 400;
    var l = Math.floor((screen.width - w) / 2);
    var t = Math.floor((screen.height - h) / 2);
    window.open("/email-struttura.aspx?guid=" + guid, "", "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",scrollbars=no");
}

function PopupEvento() {
    var w = 400;
    var h = 400;
    var l = Math.floor((screen.width - w) / 2);
    var t = Math.floor((screen.height - h) / 2);
    window.open("/email-evento.aspx", "", "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",scrollbars=no");
}

function PopupServizi() {
    var w = 550;
    var h = 400;
    var l = Math.floor((screen.width - w) / 2);
    var t = Math.floor((screen.height - h) / 2);
    window.open("/slideshow/servizi/index.htm", "", "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",scrollbars=yes");
}

function PopupSuggerimenti() {
    var w = 400;
    var h = 400;
    var l = Math.floor((screen.width - w) / 2);
    var t = Math.floor((screen.height - h) / 2);
    window.open("/email-suggerimenti.aspx", "", "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",scrollbars=no");
}

function PopupStruttura() {
    var w = 600;
    var h = 450;
    var l = Math.floor((screen.width - w) / 2);
    var t = Math.floor((screen.height - h) / 2);
    window.open("/defaultstruttura.aspx", "", "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",scrollbars=yes");
}
