function MM_openBrWindow(theURL,winName) { //v2.0
  window.open(theURL,winName,"scrollbars=yes,width=640,height=640,resizable=yes");
}
