<!--
function myPopup2() {
window.open( "map.html", "myWindow", 
"status = 1, height = 390, width = 390, resizable = 0, left = 300, top = 250, status = 0" )
}

function myPopup3() {
window.open( "20map.html", "myWindow", 
"status = 1, height = 390, width = 390, resizable = 0, left = 300, top = 250, status = 0" )
}
//-->
