// Pop Up GEA - Pressione Ambientale - Rifiuti
function modulo() {
       var w = 680;
       var h = 600;
       var pw = Math.floor((screen.width-w)/2);
       var ph = Math.floor((screen.height-h)/2);
          window.open("schede/pressione-ambiente/5rifiuti/links-utili.htm","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=1");
    }
