
 function openWindow() {
     msgWindow = window.open('','newWin','width=320,height=370,screenX=100,screenY=100,top=100,left=100, toolbar=no');
     msgWindow.location.href = '../../battlmap.htm';
 }

