var browser = navigator.appName
var ver = navigator.appVersion
var thestart = parseFloat(ver.indexOf("MSIE"))+1
var browserversion = parseFloat(ver.substring(thestart+4,thestart+8))
 
if (browser == "Microsoft Internet Explorer" && browserversion < 8)
{
	window.location = "oude_browser.html";
}


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;}

document.oncontextmenu=new Function("return false")

<!--
document.write("<h1 align='center'><img class=nb src=IMG/Webarchitecture.png width=575 height=78 /><table align='center' border='1' cellspacing='3'><tr><td class='BorderOff' onMouseOver='boxOn(this)' onMouseOut='boxOff(this)'><a href='index.html' target='_self'>Welkom</a></td><td class='BorderOff' onMouseOver='boxOn(this)' onMouseOut='boxOff(this)'><a href='highlights.html' target='_self'>Highlights</a></td><td class='BorderOff' onMouseOver='boxOn(this)' onMouseOut='boxOff(this)'><a href='vakanties.html' target='_self'>Vakanties</a></td><td class='BorderOff' onMouseOver='boxOn(this)' onMouseOut='boxOff(this)'><a href='projecten.html' target='_self'>Projecten</a></a></td><td class='BorderOff' onMouseOver='boxOn(this)' onMouseOut='boxOff(this)'><a href='interesses.html' target='_self'>Interesses</a></td><td class='BorderOff' onMouseOver='boxOn(this)' onMouseOut='boxOff(this)'><a href='specials.html' target='_self'>Specials</a></td></tr></table></h1>");
// -->

<!--


function boxOn(which){
   if (document.all||document.getElementById){
      which.className='BorderOn'
   }
}

function boxOff(which){
   if (document.all||document.getElementById){
      which.className='BorderOff'
   }
}

//-->
