// simply paste each line of the FULL <OBJECT> tag into each block below
// double quotes DO NOT need duplicating
// 7 lines should be enough for all relevant tags

function FlashEmbedMovie1()
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="638" height="350" id="sfmov_big" align="middle">\n');
	document.write('<param name="movie" value="/flash/superdenim01.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="bgcolor" value="#ffffff" />\n');
	document.write('<embed src="/flash/superdenim01.swf" quality="high" bgcolor="#ffffff" width="638" height="350" name="sfmov_big" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
	document.write('</object>\n');
}
