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