function LoadFlash(width, height, flashVars, moviePath, bgColor){document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="' + width + '" height="' + height + '" id="flashAnimation" align="middle">\n');document.write('\t<param name="allowScriptAccess" value="sameDomain" />\n');document.write('\t<param name="movie" value="' + moviePath + '" />\n');document.write('\t<param name="FlashVars" value="' + flashVars + '" />\n');document.write('\t<param name="menu" value="false"/>\n');document.write('\t<param name="quality" value="high" />\n');document.write('\t<param name="bgcolor" value="' + bgColor + '" />\n');document.write('\t<param name="width" value="' + width + '" />\n');document.write('\t<param name="height" value="' + height + '" />\n');document.write('\t<embed src="' + moviePath + '" menu="false" FlashVars="' + flashVars + '" quality="high" bgcolor="' + bgColor + '" width="' + width + '" height="' + height + '" name="flashAnimation" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" />\n');document.write('</object>\n');}
function LoadMinimalFlash(width, height, moviePath, bgcolor){document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="' + width + '" height="' + height + '" id="flashAnimation" align="middle">\n');document.write('\t<param name="allowScriptAccess" value="sameDomain" />\n');document.write('\t<param name="movie" value="' + moviePath + '" />\n');document.write('\t<param name="menu" value="false"/>\n');document.write('\t<param name="quality" value="high" />\n');document.write('\t<param name="bgcolor" value="' + bgcolor + '" />\n');document.write('\t<param name="width" value="' + width + '" />\n');document.write('\t<param name="height" value="' + height + '" />\n');document.write('\t<param name="wmode" value="transparent" />\n');document.write('\t<embed src="' + moviePath + '" wmode="transparent" menu="false" quality="high" bgcolor="' + bgcolor + '" width="' + width + '" height="' + height + '" name="flashAnimation" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');document.write('</object>\n');}
function LoadMinimalSecureFlash(width, height, moviePath, bgcolor){document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="' + width + '" height="' + height + '" id="flashAnimation" align="middle">\n');document.write('\t<param name="allowScriptAccess" value="sameDomain" />\n');document.write('\t<param name="movie" value="' + moviePath + '" />\n');document.write('\t<param name="menu" value="false"/>\n');document.write('\t<param name="quality" value="high" />\n');document.write('\t<param name="bgcolor" value="' + bgcolor + '" />\n');document.write('\t<param name="width" value="' + width + '" />\n');document.write('\t<param name="height" value="' + height + '" />\n');document.write('\t<embed src="' + moviePath + '" menu="false" quality="high" bgcolor="' + bgcolor + '" width="' + width + '" height="' + height + '" name="flashAnimation" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" />\n');document.write('</object>\n');}