//fix for the IE Active X blocked nonesense.
function schrijfflash(bestandsnaam)
{
	document.write('<embed src="media/' + bestandsnaam + '" width="100%" height="100%" loop="true" align="top" play="true" quality="high" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?p1_prod_version=shockwaveflash" wmode="transparent" scale="noscale"></embed>')
}