// JavaScript Document
<!--
function openWindow(path){
newWindow = window.open(path, "map", "width=700,height=630,scrollbars=0");
newWindow.focus();
}
// -->

