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

