function groot(afb,bij){
	grootWindow = window.open('groot.aspx?afb=' + afb + '&bij=' + bij,'afbeelding','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=0,width=500,height=500,copyhistory=0,left=0,top=0,screenX=0,screenY=0');
	if (grootWindow != null) grootWindow.focus();
}
function venster(url){
	svWindow = window.open(url,'statenvertaling','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=800,height=600,copyhistory=0,left=0,top=0,screenX=0,screenY=0');
	if (svWindow != null) svWindow.focus();
}
function aanvraag(){
	aanvraagWindow = window.open('aanvraag.aspx','aanvraag','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,width=600,height=580,copyhistory=0,left=0,top=0,screenX=0,screenY=0');
	if (aanvraagWindow != null) aanvraagWindow.focus();}
