var introwidth ="250" ; // Width of template
var introheight = "250"; // Height of template

embedstring = '<EMBED src="images/'+movie+'" quality=best scale="noscale"  wmode="transparent" bgcolor=#000000 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=quality value=best> \n');
document.write('<PARAM name=menu value="false"> \n');
document.write('<PARAM name=salign value="t"> \n');
document.write('<param name="wmode" value="transparent" />');
document.write(embedstring + '\n');
document.write('</OBJECT> \n');
document.write('</DIV> \n');
