// Pop Up GEA - Elementi di ecologia - Ecosistemi
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");
    }
