<!-- 

// Plaats hier alle onload functies, om conflicten met meerdere javascripts te voorkomen

function RunOnloadfunction() {
	if(!document.getElementById || !document.getElementsByTagName) return false;
	FlashTitels();
	ClassAanAktieveLinkToewijzen("navigatie");
	externallinks();
	// startList(); // hover functie activeren
}
/*
//setup onload function
if(typeof window.addEventListener != 'undefined'){
	//.. gecko, safari, konqueror and standard
	window.addEventListener('load', RunOnloadfunction, false);
} else if(typeof document.addEventListener != 'undefined'){
	//.. opera 7
	document.addEventListener('load', RunOnloadfunction, false);
} else if(typeof window.attachEvent != 'undefined') {
	//.. win/ie
	window.attachEvent('onload', RunOnloadfunction);
} 
*/
-->
