function doPopup() {
 		var w = 941, h = 600;
 		if (document.all || document.layers) {
  			w = screen.availWidth;
  	   		h = screen.availHeight;
 	 	}
 		var popW = 941, popH = 600;
  		var leftPos = (w-popW)/2, topPos = (h-popH)/2;
  		window.open("inloggen.php","Inloggen","width="+popW+",height="+popH+",top="+topPos+",left="+leftPos+",scrollbars=yes");
}
function doPopupMandje() {
 		var w = 941, h = 600;
 		if (document.all || document.layers) {
  			w = screen.availWidth;
  	   		h = screen.availHeight;
 	 	}
 		var popW = 941, popH = 600;
  		var leftPos = (w-popW)/2, topPos = (h-popH)/2;
  		window.open("abmandje.php","Inloggen","width="+popW+",height="+popH+",top="+topPos+",left="+leftPos+",scrollbars=yes");
}