function openDealerbox(k){
	dealerwindow=dhtmlmodal.open('overBox', 'iframe', 'dealer.asp', 'Find a Dealer', 'width=480px,height=400px,center=1,resize=0,scrolling=auto');
	dealerwindow.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;
}
