function MM_openWindow(theURL) { //v2.0
  var WO1;
  WO1=window.open(theURL,"pamph","menubar=yes,scrollbars=yes,toolbar=yes,resizable=yes,width=680,height=630,left=0,top=0");
  WO1.focus();
}