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

