function openMapWindow(){
   window.open("map.html","mapwin","toolbar=no,location=no,directories=no,width=550,height=370");
}

