<!-- Scripting by Mark Tijs - mark@absolutus.nl

function MM_openBrWindow(theURL,winName,features)
{
  window.open(theURL,winName,features);
}

function popup(what,width,height)
{
	 var desktop = window.open( "","","left=30,top=30,width="+width+",height="+height+",toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,resizable=no" );
	desktop.document.write("<HTML>\n<HEAD>\n<TITLE>Routekaart</TITLE>\n");
	desktop.document.write("</HEAD>\n");
	desktop.document.write('<body bgcolor="#ffffff" bgproperties="fixed" topmargin="0" leftmargin="0" background="img/'+what+'">\n');
	desktop.document.write('');
	desktop.document.write('<A HREF="#" onclick="parent.close()"><IMG SRC="img/content_vulling.gif" alt="klik om dit venster te sluiten" width="'+width+'" heigth="'+height+'" border="0" HSPACE="0" VSPACE="0"><BR>');
	desktop.document.write('</A>');
	desktop.document.write('');
	desktop.document.write("</BODY></HTML>");
	desktop.document.close();
}


function informatie(what,width,height)
{
	 var desktop = window.open("","","left=30,top=30,width="+width+",height="+height+",toolbar=no,location=no,status=no,menubar=no,scrollbars=auto,resizable=no" );
	desktop.document.write("<HTML>\n<HEAD>\n<TITLE>Informatie</TITLE>\n");
	desktop.document.write("</HEAD>\n");
	desktop.document.write('<frameset><frame frameborder="0" src="'+what+'.htm" height="100%" width="100%"></frameset>');
	desktop.document.write('');
	desktop.document.write("</BODY></HTML>");
	desktop.document.close();
}

function killErrors() {
return true;
}
window.onerror = killErrors;
