function MM_openBrWindow(theURL) {
  var w = screen.width;
  var h = screen.height;
  w = w/2.25;
  h = (h/10) * 7.5;
  window.open(theURL,'_new','width='+w+',height='+h+',toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,left=2000,top=450');
}