function popup(page, width, height) { var properties = "height=" + height + ",width=" + width + ",toolbar=no,scrollbars=yes,menubar=no,resizable=yes"; open(page, "", properties);}

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