var thuisBasisSet, thuisBasisIsHome, thuisBasisIsOefenboekjes, thuisBasisIsSpellen, thuisBasisIsBoeken, thuisBasisIsCDDVD;
var thuisBasisIsFAQ, thuisBasisIsContact, thuisBasisIsNieuws, thuisBasisIsMeewerken, thuisBasisIsVerkooppunten;
function thuisBasisInit() {
	if (thuisBasisSet != true) {
		if (document.getElementById('template2')!=null)  { thuisBasisIsHome = true; thuisBasisSet = true; return; } 
		if (document.getElementById('template3')!=null)  { thuisBasisIsOefenboekjes = true; thuisBasisSet = true; return; } 
		if (document.getElementById('template4')!=null)  { thuisBasisIsSpellen = true; thuisBasisSet = true; return; }
		if (document.getElementById('template5')!=null)  { thuisBasisIsBoeken = true; thuisBasisSet = true; return; }
		if (document.getElementById('template6')!=null)  { thuisBasisIsCDDVD = true; thuisBasisSet = true; return; }
		if (document.getElementById('template8')!=null)  { thuisBasisIsFAQ = true; thuisBasisSet = true; return; }
		if (document.getElementById('template7')!=null)  { thuisBasisIsContact = true; thuisBasisSet = true; return; }
		if (document.getElementById('template18')!=null) { thuisBasisIsNieuws = true; thuisBasisSet = true; return; }
		if (document.getElementById('template25')!=null) { thuisBasisIsMeewerken = true; thuisBasisSet = true; return; }
		if (document.getElementById('template85')!=null) { thuisBasisIsVerkooppunten = true; thuisBasisSet = true; return; }
	}
}
function thuisBasisHeader() {
	thuisBasisInit();
	if (thuisBasisIsHome) {	return('banner_groen');	}
	if (thuisBasisIsOefenboekjes) {	return('banner_blauw'); }
	if (thuisBasisIsSpellen) { return('banner_oranje');	}
	if (thuisBasisIsBoeken) { return('banner_groen'); }
	if (thuisBasisIsCDDVD) { return('banner_blauw2'); }
	if (thuisBasisIsFAQ) { return('banner_oranje'); }
	if (thuisBasisIsContact) { return('banner_blauw'); }
	if (thuisBasisIsNieuws) { return('banner_oranje'); }
	if (thuisBasisIsMeewerken) { return('banner_groen'); }
	if (thuisBasisIsVerkooppunten) { return('banner_blauw'); }
}



