function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,'width=620,height=500,resizable=yes,scrollbars=yes');
}

