<!-- 
if (document.all&&!window.print){ 
 lijn.style.width=document.body.clientWidth
} else if (document.layers){ 
 document.lijn.clip.width=window.innerWidth 
 document.lijn.clip.height=1 
} 

function followmouse1(){ lijn.style.pixelTop=document.body.scrollTop+event.clientY+1 } 

function followmouse2(e){ document.lijn.top=e.y+1 } 

if (document.all) 
 document.onmousemove=followmouse1 
else if (document.layers){ 
 window.captureEvents(Event.MOUSEMOVE) 
 window.onmousemove=followmouse2 
} 

function regenerate(){ window.location.reload() } 

function regenerate2(){ setTimeout("window.onresize=regenerate",400) } 

if ((document.all&&!window.print)||document.layers) window.onload=regenerate2 

// function click() { if (event.button==2) alert('Niet toegestaan'); }
// document.onmousedown=click


// -->

