function doRealisatie() {
 		var w = 800, h = 600;
 		if (document.all || document.layers) {
  			w = screen.availWidth;
  	   		h = screen.availHeight;
 	 	}
 		var popW = 379, popH = 242;
  		var leftPos = (w-popW)/2, topPos = (h-popH)/2;
  		window.open("http://www.amercom.nl/Realisatie/realisatie.html","realisatiepopup","width="+popW+",height="+popH+",top="+topPos+",left="+leftPos+",scrollbars=no");
}