﻿function AktiverFlash(FlashUrl, id, height, width, version)
{
	document.write('<OBJECT id="'+id+'" codeBase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+version+',0,0,0"');
	document.write('height="'+height+'" width="'+width+'" align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
	document.write('VIEWASTEXT>\n');
	document.write('<PARAM NAME="_cx" VALUE="19103">\n');
	document.write('<PARAM NAME="_cy" VALUE="10874">\n');
	document.write('<PARAM NAME="Movie" VALUE="' + FlashUrl +'">\n');
	document.write('<PARAM NAME="WMode" VALUE="Transparent">\n');
	document.write('<PARAM NAME="Play" VALUE="-1">\n');
	document.write('<PARAM NAME="Loop" VALUE="-1">\n');
	document.write('<PARAM NAME="Quality" VALUE="High">\n');
	document.write('<PARAM NAME="allowScriptAccess" VALUE="allways">\n');
	document.write('<embed src="' + FlashUrl +'" ');
	document.write('quality="high" wmode="transparent" bgcolor="#ffffff" width="'+width+'" ');
	document.write('height="'+height+'" name="'+id+'" align="middle" allowScriptAccess="allways" ');
	document.write('type="application/x-shockwave-flash" ');
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('</OBJECT>\n');

}