function openNieuwsbox(k){
	nieuwswindow=dhtmlmodal.open('overBox', 'iframe', '/nieuws/item.asp?idx='+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', '/kalender/item.asp?idx='+k, 'Kalenderitem', '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){
	repeaterwindow=dhtmlmodal.open('overBox', 'iframe', '/nieuws/item.asp?idx='+k, 'Kalenderitem', 'width=700px,height=400px,center=1,resize=0,scrolling=auto');
	repeaterwindow.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 gone(s, d) {
	document.location.href = s + "?status=" + d;
}
