$(document).ready(function(){
	/* begin colorbox */					   
	$("a.steldevraag").colorbox({width:650, height:390, scrollbars:false, iframe:true});
	$(".frank-c-link").colorbox({width:900, inline:true, href:"#FrankC"});
	$(".mies-w-link").colorbox({width:900, inline:true, href:"#MiesW"});
	$(".an-c-link").colorbox({width:900, inline:true, href:"#AnC"});
	$(".judith-t-link").colorbox({width:900, inline:true, href:"#JudithT"});
	$(".evelyne-vg-link").colorbox({width:900, inline:true, href:"#EvelineVG"});
	$(".corinne-s-link").colorbox({width:900, inline:true, href:"#CorinneS"});
	$(".peter-k-link").colorbox({width:900, inline:true, href:"#PeterK"});
	$("a.[name='vergroot']").colorbox();
	$("a.toonDEfoto").colorbox();
	$("a[name='pand']").colorbox();
	/* einde colorbox */
});

