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

