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

