function top_flash() {
    document.write('<object type="application/x-shockwave-flash" width="1000" height="625" title="チョコラボキットカット" data="'+BASE_DIR+'img/design/swf/top_flash.swf">');
	document.write('<param name="movie" value="'+BASE_DIR+'img/design/swf/top_flash.swf" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="wmode" value="transparent" />');
	document.write('チョコラボキットカット');
	document.write('</object>');
}