//[zmienne ktore nalezy podac movie, introwidth, introheight]
//var introwidth ="372" ; // Width of template
//var introheight = "70"; // Height of template

embedstring = '<EMBED src="images/'+movie+'" FlashVars="strona='+item+'" quality=best scale="noscale"  wmode="transparent" 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="images/'+movie+'"> \n');
document.write('<param name="SCALE" value="noscale">\n');

document.write('<param name="wmode" value="transparent" />');
document.write('<PARAM name=quality value=best> \n');
document.write('<param name="FlashVars" value="strona='+item+'" />');
document.write('<PARAM name=menu value="false"> \n');
document.write('<PARAM name=salign value="t"> \n');
document.write(embedstring + '\n');
document.write('</OBJECT> \n');

