function groot(url){
	grootWindow = window.open(url,'afbeelding','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=0,width=500,height=500,copyhistory=0,left=0,top=0,screenX=0,screenY=0');
	if (grootWindow != null) grootWindow.focus();
}

function groot2(url,bij){
	grootWindow = window.open('groot2.aspx?bij=' + escape(bij) + '&afb=' + escape(url),'afbeelding','toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=0,resizable=0,width=500,height=500,copyhistory=0,left=0,top=0,screenX=0,screenY=0');
	if (grootWindow != null) grootWindow.focus();
}

function toon(wat){
	verbergen();
	document.getElementById(wat).style.display='block';
}
function verberg(wat){
	document.getElementById(wat).style.display='none';
}
function verbergen(){
verberg("kunst_sub");verberg("modern_sub");verberg("aanbod_sub");verberg("diefstal_sub");verberg("agenda_sub");verberg("diensten_sub");verberg("organisatie_sub");
}