// 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 closeWindow() {	win=window.close();}