// POP-UP SCHEDE GLOSARIO
function ipcc() {
       var w = 700;
       var h = 270;
       var pw = Math.floor((screen.width-w)/2);
       var ph = Math.floor((screen.height-h)/2);
window.open("schede-glossario/ipcc.htm","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=auto");
    }
function ma() {
       var w = 760;
       var h = 270;
       var pw = Math.floor((screen.width-w)/2);
       var ph = Math.floor((screen.height-h)/2);
window.open("schede-glossario/ma.htm","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=auto");
    }
function acia() {
       var w = 490;
       var h = 400;
       var pw = Math.floor((screen.width-w)/2);
       var ph = Math.floor((screen.height-h)/2);
window.open("schede-glossario/acia.htm","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=auto");
    }
function acia2() {
       var w = 490;
       var h = 380;
       var pw = Math.floor((screen.width-w)/2);
       var ph = Math.floor((screen.height-h)/2);
window.open("../../../schede-glossario/acia.htm","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=auto");
    }
function ma2() {
       var w = 760;
       var h = 270;
       var pw = Math.floor((screen.width-w)/2);
       var ph = Math.floor((screen.height-h)/2);
window.open("../../../schede-glossario/ma.htm","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=auto");
    }
function ipcc2() {
       var w = 700;
       var h = 270;
       var pw = Math.floor((screen.width-w)/2);
       var ph = Math.floor((screen.height-h)/2);
window.open("../../../schede-glossario/ipcc.htm","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=auto");
    }