/**
 * SWFObject v1.4: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
 *
 * SWFObject is (c) 2006 Geoff Stearns and is released under the MIT License:
 * http://www.opensource.org/licenses/mit-license.php
 *
 * **SWFObject is the SWF embed script formerly known as FlashObject. The name was changed for
 *   legal reasons.
 */

 function aktywuj()
 {
	 var obj = document.getElementById("flashcontent");
	 if(obj == null)
		 alert("UNDEFINED ERROR");
	 else
	 {
		obj.innerHTML="<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'  codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0' id='animacja' width='825' height='299'><param name='movie' value='templates/grafika/animacja.swf'><param name='wmode' value='opaque' /> <param name='bgcolor' value='#FFFFFF'><param name='quality' value='high'><param name='allowscriptaccess' value='samedomain'><embed type='application/x-shockwave-flash'    pluginspage='http://www.macromedia.com/go/getflashplayer' width='825' height='299' name='animacja' src='templates/grafika/animacja.swf'    bgcolor='#FFFFFF' quality='high' swLiveConnect='true' allowScriptAccess='samedomain' wmode='opaque' ></embed></object>";
	 }
 }

