// JavaScript Document
function newWindow(choice) {
 top.consoleRef=window.open('../contentmisc/map.asp?task='+choice+'','MapDisplay',
  'width=1200,height=800'
   +',menubar=1'
   +',toolbar=1'
   +',status=1'
   +',scrollbars=1'
   +',resizable=1'
   +',left=20'
   +',right=20')

}