function print(querystring){	
	window.open("print.asp?"+querystring,"printpopup","statusbar = no,resizeble = no, menubar= no,Height=425,WIDTH=380,screenX=100,screenY=100,left=100,top=100");
}

function printzoeken(querystring){	
	window.open("print_zoeken.asp?"+querystring,"printpopup","statusbar = no,resizeble = no, menubar= no,Height=600,WIDTH=800,screenX=100,screenY=100,left=100,top=100");
}