//<![CDATA[
function flashPlayer(flash_path, swfWidth, swfHeight) {
	document.write('<object type="application/x-shockwave-flash" data="' + flash_path + '" width="' + swfWidth + '" height="' + swfHeight + '" id="flashPlayer">');
	document.write('<param name="movie" value="' + flash_path + '"    />');
	document.write('<param name="allowScriptAcess" value="sameDomain" />');
	
	document.write('<param name="menu"  value="false"  />');
	document.write('<param name="wmode" value="opaque" />');
	
	document.write('<param name="quality" value="best"    />');
	document.write('<param name="bgcolor" value="#F0F0F0" />');
	document.write('<param name="scale"   value="noScale" />');
	document.write('</object>');
}
//]]>
