function popitup(url) {
	newwindow=window.open(url,'name','height=400,width=470');
	if (window.focus) {newwindow.focus()}
	return false;
}


function openmypage(fullnumber){ //Define arbitrary function to run desired DHTML Window widget codes
ajaxwin=dhtmlwindow.open("ajaxbox", "iframe", "/window/popone.asp?fullnumber="+fullnumber, "Kaart", "width=450px,height=300px,left=600px,top=200px,resize=1,scrolling=0")
//ajaxwin.onclose=function(){return window.confirm("")} //Run custom code when window is about to be closed
}


function MM_reloadPage(init) {  //reloads the window if Nav4 resized
	if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
			document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
	else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);




