// JavaScript Document

<!--
function openit() {
newWindow = window.open('map.htm', 'map', 'width=710,height=500' );
}
// -->