function firstWindow() {
ElementWindow = window.open('map.html',
'FirstWin','width=640,height=860,scrollbars=yes,toolbar=no,status=no')
}