<!--

function resizeHomeHeaderMenu(h) {
	if(document.getElementById('flash-menu')!=null) {
		document.getElementById('flash-menu').style.height = h + "px";
	}
}

// schrijf swf-file
function setHomeHeaderMenu(swfSrc,xmlSrc,activeItem,readmore01,readmore02,readmore03,readmore04,readmore05,readmore06,readmore07,readmore08,readmore09) {
	if(hasRightFlashVersion) {  // if we've detected an acceptable version
		// verberg html menu
		document.getElementById('main-navigation').style.display = 'none';
		document.getElementById('top-navigation').style.display = 'none';
		document.getElementById('flash-menu').style.display = 'block';
		document.getElementById('flash-menu').style.zindex = '999';
		// plaats swf-file
		var oeTags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
		+ 'width="1200" height="800"'
		+ 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
		+ '<param name="movie" value="' + swfSrc + '?xmlSrc=' + xmlSrc + '&activeItem=' + activeItem + '&LeesVerder01=' + readmore01 + '&LeesVerder02=' + readmore02 + '&LeesVerder03=' + readmore03 + '&LeesVerder04=' + readmore04 + '&LeesVerder05=' + readmore05 + '&LeesVerder06=' + readmore06 + '&LeesVerder07=' + readmore07 + '" /><param name="menu" value="false" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="allowScriptAccess" value="always" /><param name="salign" value="lt" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#942042" />'
		+ '<embed src="' + swfSrc + '?xmlSrc=' + xmlSrc + '&activeItem=' + activeItem + '&LeesVerder01=' + readmore01 + '&LeesVerder02=' + readmore02 + '&LeesVerder03=' + readmore03 + '&LeesVerder04=' + readmore04 + '&LeesVerder05=' + readmore05 + '&LeesVerder06=' + readmore06 + '&LeesVerder07=' + readmore07 + '&LeesVerder08=' + readmore08 + '&LeesVerder09=' + readmore09 + '" menu="false" quality="high" scale="noscale" salign="lt" wmode="transparent" bgcolor="#942042" '
		+ 'width="1200" height="800" name="menu" align="top"'
		+ 'play="true"'
		+ 'loop="false"'
		+ 'quality="high"'
		//+ 'allowScriptAccess="sameDomain"'
		+ 'allowScriptAccess="always"'
		+ 'type="application/x-shockwave-flash"'
		+ 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
		+ '<\/embed>'
		+ '<\/object>';
		document.write(oeTags);   // embed the flash movie
	} else {  // flash is too old or we can't detect the plugin
		var alternateContent = '';
	document.write(alternateContent);  // insert non-flash content
	}
	resizeHomeHeaderMenu("286");
}



//-->