/* backgroundimage caching aanzetten voor MSIE6 */
if (document && document.execCommand) {
	try { document.execCommand("BackgroundImageCache", false, true); }
	catch (e) { }
}

/* pngfix voor ie6 */
if(!window.XMLHttpRequest)
	DD_belatedPNG.fix('ol.nav li ol, div#wrapper ol.nav li ol li.last');


function resize() {
	var bodyHeight = window.innerHeight || document.documentElement && document.documentElement.clientHeight || document.body.clientHeight,
		divHeight = document.getElementById('wrapper').clientHeight;

	setTimeout(
		function () {
			if(divHeight > bodyHeight){
				document.getElementById('hoekstra').style.height = divHeight + 'px';
			}		
		}, 1000
	);
}
