function newWindow3(map) {
map=window.open(map,'Detail','status=no,scrollbars=no,toolbar=no,width=620,height=490')
map.focus
}

