function MM_preloadImages() { //v3.0
	var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
	var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
	if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}


function openNieuwsbox(k){
	nieuwswindow=dhtmlmodal.open('overBox', 'iframe', 'nieuwsitem.asp?key='+k, 'Nieuwsbericht', 'width=700px,height=400px,center=1,resize=0,scrolling=auto');
	nieuwswindow.onclose=function(){ //Define custom code to run when window is closed
		//var theform=this.contentDoc.forms[0] //Access first form inside iframe just for your reference
		//var theFunctie=this.contentDoc.getElementById("fldFunctieID") //Access form field with id="emailfield" inside iframe
		//document.getElementById("functie").innerHTML=theFunctie.value //Assign the email to a span on the page
		return true //allow closing of window
		}
	}

function openKalenderbox(k){
	kalenderwindow=dhtmlmodal.open('overBox', 'iframe', 'kalenderitem.asp?key='+k, 'Activiteit', 'width=700px,height=400px,center=1,resize=0,scrolling=auto');
	kalenderwindow.onclose=function(){ //Define custom code to run when window is closed
		//var theform=this.contentDoc.forms[0] //Access first form inside iframe just for your reference
		//var theFunctie=this.contentDoc.getElementById("fldFunctieID") //Access form field with id="emailfield" inside iframe
		//document.getElementById("functie").innerHTML=theFunctie.value //Assign the email to a span on the page
		return true //allow closing of window
		}
	}

function openRepeaterbox(k){
	kalenderwindow=dhtmlmodal.open('overBox', 'iframe', 'repeateritem.asp?key='+k, 'Activiteit', 'width=700px,height=400px,center=1,resize=0,scrolling=auto');
	kalenderwindow.onclose=function(){ //Define custom code to run when window is closed
		//var theform=this.contentDoc.forms[0] //Access first form inside iframe just for your reference
		//var theFunctie=this.contentDoc.getElementById("fldFunctieID") //Access form field with id="emailfield" inside iframe
		//document.getElementById("functie").innerHTML=theFunctie.value //Assign the email to a span on the page
		return true //allow closing of window
		}
	}
	
function openCompetitiebox(k){
	competitiewindow=dhtmlmodal.open('overBox', 'iframe', 'competitieitem.asp?key='+k, 'Competitie', 'width=700px,height=450px,center=1,resize=0,scrolling=auto');
	competitiewindow.onclose=function(){ //Define custom code to run when window is closed
		//var theform=this.contentDoc.forms[0] //Access first form inside iframe just for your reference
		//var theFunctie=this.contentDoc.getElementById("fldFunctieID") //Access form field with id="emailfield" inside iframe
		//document.getElementById("functie").innerHTML=theFunctie.value //Assign the email to a span on the page
		return true //allow closing of window
		}
	}

