function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

/*function popup(theURL) { //v2.0
 windowLeft = (screen.availWidth / 2) - (760 / 2);
windowTop = (screen.availHeight / 2) - (543 / 2);
features = "width=760,height=543,top=" + windowTop + ",left=" + windowLeft +",status=yes,scrollbars=yes,resizable=yes";
winName = "Fotovideo";
 window.open(theURL,winName,features);
}*/