<!--

// if (parent.frames.length == 0) open ('index.html','_top');

function kaart(pc){
 window.open('kaart.html?pc='+pc,'wwkaart','width=368,height=468,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,left='+((screen.width/2)-184)+',top='+((screen.height/2)-234));
}

function evenement(id){
 window.open('evenement?id='+id,'wwwedstrijd','width=565,height=210,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,left='+((screen.width/2)-282)+',top='+((screen.height/2)-105));
}

function help(){
 window.open('zoekhelp.html','wwhelp','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=400,height=400,left='+((screen.width/2)-200)+',top='+((screen.height/2)-200));
}

function ext(id){ 
 window.open('extern.html?id='+id,'Extern','width=750,height=550,status=no,scrollbars=no,menubar=no,toolbar=no,resizable=yes,left='+((screen.width/2)-375)+',top='+((screen.height/2)-275));
}

function i(t){
 t.style.backgroundColor='#c1d2ee';t.style.color='#0080c0'
}
function u(t){
 t.style.backgroundColor='#f1f1f1';t.style.color='#000000'
}

// -->
