
 function openWindow1() {
     msgWindow = window.open('','newWin','width=300,height=440,screenX=100,screenY=000,top=000,left=100');
     msgWindow.location.href = '../../potgieter.htm';
 }

