function newwinMap(theURL) {
  var URL = theURL;
  var WO1;
  WO1=window.open(URL,"map","scrollbars=yes,resizable=yes,width=685,height=660");
  WO1.focus();
}
