// Pop Up GEA - Scelte Possibili - Riciclaggio
function modulo() {
       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/scelte-possibili/4riciclaggio/consorzi-recupero.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/scelte-possibili/4riciclaggio/info-riciclaggio.htm","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=1");
    }
