function FlashMovie(src, movie, width, height, version, quality, menu, bgcolor, transparent, flashvars)
{
	document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version="+version+",0,0,0' width='" +width+ "' height='" +height+ "' id='" +movie+ "'>");
	document.write("<param name='movie' value='" +src+ "' />");       
	document.write("<param name='allowFullScreen' value='true' />"); 
	document.write("<param name='FlashVars' value='" +flashvars+ "'>");
	document.write("<param name='wmode' value='" +transparent+ "' />");
	document.write("<param name='bgcolor' value='" +bgcolor+ "' />");  
	document.write("<embed src='" +src+ "' wmode='" +transparent +"' swLiveConnect='true' allowFullScreen='true' menu='" +menu+ "' FlashVars='" +flashvars+ "' quality='" +quality+ "' bgcolor='" +bgcolor+ "' width='" +width+ "' height='" +height+ "' name='" +movie+ "' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />");
	document.write("</object>");
}


function FlashMovieDetect(src, movie, width, height, version, quality, menu, bgcolor, transparent, flashvars)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="' +width+ '" height="' +height+ '" id="flashdetect">');
  	document.write('<param name="movie" value="' +src+ '" />');
  	document.write("<param name='FlashVars' value='" +flashvars+ "'>");
  	document.write("<param name='wmode' value='" +transparent+ "' />");
  	document.write("<param name='bgcolor' value='" +bgcolor+ "' />");
  	document.write("<param name='allowFullScreen' value='true' />");
  	document.write("<!--[if !IE]>-->");
  	document.write('<object type="application/x-shockwave-flash" data="' +src+ '" width="' +width+ '" height="' +height+ '" flashvars="' +flashvars+ '">');
    document.write("<!--<![endif]-->");
  	document.write('<div style="text-align:center;"><br><b>Ihr Browser hat kein Flash Plugin installiert. <br>Bitte laden Sie sich das Plugin herunter.</b><br><br><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a><br><br></div>');
  	document.write("<!--[if !IE]>-->");
  	document.write("</object>");
  	document.write("<!--<![endif]-->");
  document.write("</object>");
}
