function creatFlashObj(){
	document.write('<object type="application/x-shockwave-flash" accesskey="true" style="width:990px; height:270px;" data="flash-banner.swf">');
	document.write('<param name="movie" value="flash-banner.swf" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('</object>');
}

function creatFlashObjLess(){
	document.write('<object type="application/x-shockwave-flash" accesskey="true" style="width:758px; height:270px;" data="flash-banner-less.swf">');
	document.write('<param name="movie" value="flash-banner-less.swf" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('</object>');
}

function creatFlashHowItWork(){
	document.write('<object type="application/x-shockwave-flash" accesskey="true" style="width:600px; height:400px;" data="how-it-work.swf">');
	document.write('<param name="movie" value="how-it-work.swf" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('</object>');
}
