  function popLegend() {
    remoteWin=window.open("/popups/legend.htm","legend","resizable=0,scrollbars=0,width=300,height=450");
    remoteWin.focus();
  }

