
<!--
function OpenWindow(){
window.open ("Map.htm","","width = 500, height = 500,resizable=1,scrollbars=1,status=1,toolbar=1")
}

function PrintMap(){
if (!window.print){
alert("You need NS4.x to use this print button!")
return
}

window.print()
}
//-->

