if(typeof sIFR == "function") {
	sIFR.replaceElement(named({sSelector:".barTop h1", sFlashSrc:"includes/sIFR/fonts/SchneidlerBlack.swf", sColor:"#ffffff", sLinkColor:0, sBgColor:0, sHoverColor:null, nPaddingTop:0, nPaddingBottom:0, sFlashVars:null, sWmode:"transparent"}));
	sIFR.replaceElement(named({sSelector:".login h1", sFlashSrc:"includes/sIFR/fonts/SchneidlerBlack.swf", sColor:"#ffffff", sLinkColor:0, sBgColor:0, sHoverColor:null, nPaddingTop:0, nPaddingBottom:0, sFlashVars:null, sWmode:"transparent"}));
	sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:"includes/sIFR/fonts/SchneidlerBlack.swf", sColor:"#604c37", sLinkColor:0, sBgColor:0, sHoverColor:null, nPaddingTop:0, nPaddingBottom:0, sFlashVars:null, sWmode:"transparent"}));
	
};


// Past de hoogte van de content kollommen aan aan de hoogte van de container (dus de hoogste content kollom)
function resize() {
	var targetHeight = document.getElementById('content_container').clientHeight;
	document.getElementById('content_left').style.height = targetHeight + 'px';
	document.getElementById('content_center').style.height = targetHeight + 'px';
	document.getElementById('content_right').style.height = targetHeight + 'px';
}

function bevestig(bevestigd, niet_bevestigd, bericht){
	var where_to= confirm(bericht);
	if (where_to== true){
		window.location=bevestigd;
	}
	else{
		window.location=niet_bevestigd;
	}
}
