// Pop Up GEA - Stato del pianeta - Terra

function modulo() {
       var w = 740;
       var h = 500;
       var pw = Math.floor((screen.width-w)/2);
       var ph = Math.floor((screen.height-h)/2);
          window.open("schede/stato-pianeta/1aria/fotosintesi.htm","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=1");
    }
function modulo0() {
       var w = 680;
       var h = 500;
       var pw = Math.floor((screen.width-w)/2);
       var ph = Math.floor((screen.height-h)/2);
          window.open("schede/stato-pianeta/3terra/strati-suolo.htm","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=1");
    }
function modulo1() {
       var w = 680;
       var h = 500;
       var pw = Math.floor((screen.width-w)/2);
       var ph = Math.floor((screen.height-h)/2);
          window.open("schede/stato-pianeta/3terra/servizi-foreste.htm","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=1");
    }
function modulo2() {
       var w = 680;
       var h = 500;
       var pw = Math.floor((screen.width-w)/2);
       var ph = Math.floor((screen.height-h)/2);
          window.open("schede/stato-pianeta/3terra/storia-foreste-europa.htm","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=1");
    }
function modulo3() {
       var w = 680;
       var h = 500;
       var pw = Math.floor((screen.width-w)/2);
       var ph = Math.floor((screen.height-h)/2);
          window.open("schede/stato-pianeta/3terra/foreste-primarie.htm","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=1");
    }
function modulo4() {
       var w = 680;
       var h = 500;
       var pw = Math.floor((screen.width-w)/2);
       var ph = Math.floor((screen.height-h)/2);
          window.open("schede/stato-pianeta/3terra/parchi-mondo.htm","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=1");
    }