function openWin()
{  
window.open("map.html","Map","status=no,toolbar=no,location=no,menu=no,scrollbars=no,width=820,height=665");
}
