//SEVEN SAMURAI 20XX
//トップページムービー
function LoadSwf01()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="740" height="350">\n');
    document.write('<param name="movie" value="sevensamurai20xx.swf">\n');
				document.write('<param name="menu" value="false">\n');
				document.write('<param name="quality" value="high">\n');
				document.write('<embed src="sevensamurai20xx.swf" width="740" height="350" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#000000" menu="false"></embed>\n');
    document.write('</object>\n');
}
//キャラ紹介ページムービー
function LoadSwf02()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="740" height="450">\n');
    document.write('<param name="movie" value="../character/ss_character.swf">\n');
				document.write('<param name="menu" value="false">\n');
				document.write('<param name="quality" value="high">\n');
				document.write('<embed src="../character/ss_character.swf" width="740" height="450" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#000000" menu="false"></embed>\n');
    document.write('</object>\n');
}