
function MM_openBrWindow(theURL) { //v2.0
  aWindow=window.open(theURL,"defs", "menubar=no,resizable=yes,status=yes,width=425,height=300,left=425,top=150");
  aWindow.focus();
}

