
 function openWindow() {
     msgWindow = window.open('','newWin','width=400,height=370,screenX=0,screenY=0,top=0,left=0');
     msgWindow.location.href = 'scoastmap.htm';
 }
