
function toonFilm() {

	var tag='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
	+ 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" bgcolor="#000000" width="720" height="480" id="FLVPlayer">'
	+ '<param name="movie" value="FLVPlayer_Progressive.swf" />'
	+ '<param name="salign" value="lt" />'
	+ '<param name="quality" value="high" />'
	+ '<param name="scale" value="scale" />'
	+ '<param name="wmode" value="window" />'
	+ '<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=/upload/librefoundation/media/librefoundation&autoPlay=true&autoRewind=false" />'
	+ '<embed src="FLVPlayer_Progressive.swf" flashvars="&MM_ComponentVersion=1&skinName=Clear_Skin_3&streamName=/upload/librefoundation/media/librefoundation&autoPlay=true&autoRewind=false"'
	+ 'quality="high" scale="scale" wmode="window" width="720" height="480" bgcolor="#000000" name="FLVPlayer" salign="LT" type="application/x-shockwave-flash"'
	+ 'pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';

	document.getElementById("grijslaag").style.visibility="visible";
	document.getElementById("filmGroot").innerHTML=tag;
	document.getElementById("fotolijst").style.visibility="visible";
	document.getElementById("fotokruis").style.visibility="visible";
	document.getElementById("fotoGroot").style.visibility="hidden";

	var hoogte, breedte, schermhoogte, schermbreedte;

	hoogte=480+14;
	breedte=720+14;
	schermhoogte=document.body.clientHeight;
	schermbreedte=document.body.clientWidth;
	
	document.getElementById("fotolijst").style.top=((schermhoogte-hoogte)/2)+"px";
	document.getElementById("fotolijst").style.left=((schermbreedte-breedte)/2)+"px";
}
