function MM_openWindow(theURL) { //v2.0
  var WO1;
  WO1=window.open(theURL,"report","scrollbars=yes,resizable=yes,width=740,height=560");
  WO1.focus();
}
