//[zmienne ktore nalezy podac movie, introwidth, introheight]
//var introwidth ="372" ; // Width of template
//var introheight = "70"; // Height of template

embedstring = '<EMBED src="'+movie+'" allowfullscreen="true" quality=best bgcolor=#D6D1D1 WIDTH=' + introwidth + ' HEIGHT='+introheight +' NAME="Loader" ALIGN="top" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>'

document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  salign="t" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" align="top" id="Loader" width=' + introwidth+ ' height=' + introheight + '> \n');
document.write('<PARAM NAME=movie VALUE="'+movie+'"> \n');
document.write('<param name="bgcolor" value="#D6D1D1">\n');
document.write('<PARAM name=quality value=best> \n');
document.write('<PARAM name="allowFullScreen" value="true"> \n');
document.write('<PARAM name=menu value="false"> \n');
document.write('<PARAM name=salign value="t"> \n');
document.write(embedstring + '\n');
document.write('</OBJECT> \n');


