function openMapWindow(theURL) {
  window.open(theURL,'map','scrollbars=yes,width=600,height=800');
}
