function inschrijven() {
	popOpen('http://www.aclebbeke.be/gouden800/inschrijving.php');
}

function deelnemers(evt, cat, gender) {
	linkto = 'http://aclebbeke.be/gouden800/deelnemers.php?event='+evt+'&cat='+cat+'&gender='+gender;
	popOpen(linkto);
}

function popOpen(glink) {
	u=location.href;
	t=document.title;
	window.open(glink,'sharer','toolbar=0,status=0,scrollbars=1,width=600,height=400');
	return false;
}
