function MM_openWindow(theURL) {
  var WO1;
  WO1=window.open(theURL,"map","scrollbars=yes,resizable=yes,width=600,height=600");
  WO1.focus();
}

