		// Flash-Animationen	
		var flash = '<OBJECT classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" WIDTH="' + flashwidth + '" HEIGHT="' + flashheight + '" ALIGN="" id="' + thisid + '">';
		flash +='<param name="allowScriptAccess" value="sameDomain" />';
		flash +='<param name="movie" value="' + rootrel + 'umb_main/umb_videoplayer.swf" />';
		flash +='<param name="quality" value="best" />';
		flash +='<param name="wmode" value="transparent" />';
		flash +='<param name="bgcolor" value="#e2e2e2" />';
		flash +='<param name="FlashVars" VALUE="video=' + thisvideo + '&visual=' + thisvisual + '&thisentry=' + thisme + '&rootrel=' + rootrel + '" />';
		flash +='<EMBED src="' + rootrel + 'umb_main/umb_videoplayer.swf" flashvars="video=' + thisvideo + '&visual=' + thisvisual + '&thisentry=' + thisme + '&rootrel=' + rootrel + '" quality="best" bgcolor="#e2e2e3" wmode="transparent" WIDTH="' + flashwidth + '" HEIGHT="' + flashheight + '" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer" name="' + thisid + '" id="' + thisid + '"></EMBED></OBJECT>';
		document.write(flash);
