

function openWin(which){
	newWindow = window.open('popup.php?page=' + which, which,'width=500,height=500,scrollbars=yes');
}

function contactForm(){
	//newWindow = window.open('contactform.php', 'contactform','width=500,height=500,scrollbars=yes');
	openWin('formulier');
}


