function openWin(URI) {
  PopUpWin=window.open(URI,'map','scrollbars=0,width=620,height=520,location=yes,status=yes,resizable=yes,toolbar=yes');
  PopUpWin.focus();
}

