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