<!--
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if 
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers) 
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;} 

function noselect(e){
return false
}
function reAan(){
return true
}

//Voor IE4 +
document.onselectstart=new Function ("return false")
//Voor Netscape 6+
if (window.sidebar){
document.onmousedown=noselect
document.onclick=reAan
}



function getgoing() 
{ 
top.location="http://www.wormsel.nl"; 
} 
if (top.frames.length==0) 
{ 
document.write("<CENTER><B>This page is part of a frameset. This will appear in 5 seconds, or click <A HREF='http://www.wormsel.nl'>here</A> to go now.<br>Deze pagina is onderdeel van een frameset. In 5 seconden komt deze tevoorschijn, of klik <A HREF='http://www.wormsel.nl'>hier</A>. </center>"); 
setTimeout('getgoing()',5000); 
} 


function hidestatus(){
window.status=''
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus
//-->

