// Popup Zoom Immagine

function zoom(nr) {
	   var img = nr
       var w = 920;
       var h = 640;
       var pw = Math.floor((screen.width-w)/2);
       var ph = Math.floor((screen.height-h)/2);
          window.open("gallery/sk8/gallery.php?size=full&image="+ nr +"","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=yes,resizable=yes");
    }
function zoomsnow(nr) {
	   var img = nr
       var w = 920;
       var h = 630;
       var pw = Math.floor((screen.width-w)/2);
       var ph = Math.floor((screen.height-h)/2);
          window.open("gallery/snow/gallery.php?size=full&image="+ nr +"","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=yes,resizable=yes");
    }
function zoomland(nr) {
	   var img = nr
       var w = 920;
       var h = 630;
       var pw = Math.floor((screen.width-w)/2);
       var ph = Math.floor((screen.height-h)/2);
          window.open("gallery/landscape/gallery.php?size=full&image="+ nr +"","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=yes,resizable=yes");
    }
function zoomport(nr) {
	   var img = nr
       var w = 920;
       var h = 630;
       var pw = Math.floor((screen.width-w)/2);
       var ph = Math.floor((screen.height-h)/2);
          window.open("gallery/potrait/gallery.php?size=full&image="+ nr +"","","width=" + w + ",height=" + h + ",top=" + ph + ",left=" + pw + ",scrollbars=yes,resizable=yes");
    }
