//メイン用 index.htmlfunction LoadSwf(){    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="700" height="420" hspace="0" vspace="0" align="middle">\n');    document.write('<param name="movie" value="main.swf">\n');    document.write('<param name="quality" value="high">\n');    document.write('<param name="menu" value="false">\n');    document.write('<embed src="main.swf" width="700" height="420" hspace="0" vspace="0" align="middle" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" menu="false"></embed>\n');    document.write('</object>\n');}//ムービーその1 function LoadSwf_cm1(){    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="320" height="260">\n');    document.write('<param name="movie" value="cm_01ato.swf">\n');    document.write('<param name="quality" value="high">\n');    document.write('<param name="menu" value="false">\n');    document.write('<embed src="cm_01ato.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="320" height="260" menu="false"></embed>\n');    document.write('</object>\n');}//ムービーその2function LoadSwf_cm2(){    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="320" height="260">\n');    document.write('<param name="movie" value="cm_02ato.swf">\n');    document.write('<param name="quality" value="high">\n');    document.write('<param name="menu" value="false">\n');    document.write('<embed src="cm_02ato.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="320" height="260" menu="false"></embed>\n');    document.write('</object>\n');}