//<script src="global.js" type="text/javascript" language="JavaScript"></script>
n=navigator.userAgent.toLowerCase();no=n.indexOf('opera');d=document;
mac  =(navigator.appVersion.indexOf("Mac")!=-1)?1:0;
ns4up=(d.layers)                               ?1:0;
ns6up=(d.getElementById&&!document.all)        ?1:0;
op5up=(n.indexOf('opera')>0&&!ns6up)           ?1:0;
op7up=(op5up&&eval(n.substring(no+6,no+7))>6)  ?1:0;
ie4up=(d.all && !op5up)                        ?1:0;
ie5up=(d.all && !op5up &&  d.getElementById)   ?1:0;

if     (ns4up)              {doc="document[";               sty="]";      htm="].document";xpos="e.pageX";ypos="e.pageY"}
else if(ie4up||ie5up||op5up){doc="document.all[";           sty="].style";htm="]";         xpos="event.x";ypos="event.y"}
else if(ns6up)              {doc="document.getElementById(";sty=").style";htm=")";         xpos="event.x";ypos="event.y"}
if (ie4up&&!op5up){breedte=d.body.clientWidth;hoogte=d.body.clientHeight}
else              {breedte=innerWidth;        hoogte=innerHeight}

resiezeteller=0; resizetester=0; reloading=0;
function Herladen() { if(!reloading) {window.location.reload();reloading=1 } }
function resizetesterFunction() {
  resizetesterNIEUW = parent.innerWidth/parent.innerHeight;
  if (resizetester != resizetesterNIEUW && resiezetester > 0) {resizeteller++ }
  if (resiezeteller > 0 ) { Herladen() }
//	window.status= reloadtester+'|'+reloadtesterNIEUW;
  resizetester = resizetesterNIEUW;
  setTimeout("resizetesterFunction()",1500);
}
function testresize() {
	if(!ie4up)   {setTimeout("reloadtesterFunction()",5);}
	else         {window.onresize = new Function("Herladen()");}
}

aapje='@'; // <script type="text/javascript">d.write(aapje)</script>
function knoopmail(n,o,i) { // naam[domein]nl of naam ,onderwerp,inhoud  // antispammailer by www.knoop.nl (c)2003 Knooppunt
	if(n.indexOf('[')>0){n=n.substring(0,n.indexOf('['))+aapje+n.substring(n.indexOf('[')+1,n.indexOf(']'))+'.'+n.substring(n.indexOf(']')+1,n.length);var d=''}
	else{var d=aapje+location.host.substring(location.host.substring(0,location.host.lastIndexOf('.')).lastIndexOf('.')+1,location.host.length)}
	if(!o){o='Reactie op site ('+location.host;if(n=='webmaster'){o+=location.pathname};o+=')'}if(!i){i=''}
	var m="mailto:"+n+d+"?subject="+o+"&body="+i;
	window.location.href = m;
}

