// JavaScript Documentfunction popupMap(){  win=window.open('',"map","top=0,left=0,width=737,height=357,resizable=0,scrollbars=0");}function popupPromo(){  win=window.open('',"promo","top=0,left=0,width=630,height=620,resizable=0,scrollbars=1");}function popupAlert(){  win=window.open('',"alert","location=0,top=200,left=200,width=330,height=330,resizable=0,scrollbars=0,toolbar=0,menubar=0,directories=0,status=0");}function closeWindow() {	win=window.close();}