<!-- 
function pop_up(s)
{
	if (s != '') {
		var x = window.open('','','menubar=no,scrollbars=no,resizable=mo,width=50,height=50');
		x.document.open();
		x.document.write('<html><head><title>Afbeelding</title></head><body bgcolor=#EEEEEE LEFTMARGIN=0 TOPMARGIN=0 onLoad="window.resizeTo(document[\'pic\'].width+12,document[\'pic\'].height+30);">');
		x.document.write('<div align=center class="plat"><a href="javascript:window.close();">');
		x.document.write('<img src="'+s+'" name="pic" align=center border=0 ALT="Sluit venster">');
		x.document.write('<br><p align=center>');
		x.document.write('Sluit venster</a></div></body></html>');
		var hi = x.document["pic"].height+50;
		var wi = x.document["pic"].width+50;
		x.window.resizeTo(wi,hi);
		x.document.close()
	}
}

function DirectDownloaden(sFile, sType) {
	
	var sUrl = '../ud/overige/'+sFile
	var sOpties = "width=300, height=150, toolbar=no,status=no,resizable=yes,dependent=yes" ;
	window.open( sUrl, "DirectDownloaden", sOpties );
	
}


RekenModuleVenster = function(){

	var sUrl = 'rekenmodule.htm'
	var sOpties = "width=800, height=600, toolbar=no,status=no,resizable=no,dependent=yes" ;
	window.open( sUrl, "Rekenmodule", sOpties );
	

}

// -->