//map window open
function mapWindow(theURL) { //v2.0
  window.open(theURL,'mapWin','scrollbars=yes,resizable=yes,width=640,height=720');
}
