function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


function ApriImmagini(file)
{
      var prop = "top=0, left=0";// Altre proprietà... eccetto width ed height!
      window.open(file, null, prop);
}
