// Opens a sized browser window

function MM_openBrWindow(theURL,winName,features) { //v2.0 corbos patch
  var hwnd = window.open(theURL,winName,features);
  hwnd.focus();
}
