// JavaScript Document
function ApriImmagini(file)
    { var prop = "top=100, left=100"; // Altre proprietà... eccetto width ed height!
      window.open(file, null, prop);}
