//スクロールメニュー用（rebirthフォルダ内共通）function LoadSwf_menu(){    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="700" height="100">\n');    document.write('<param name=movie value="bukifra.swf">\n');    document.write('<param name=quality value=high>\n');    document.write('<embed src="bukifra.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="700" height="100"></embed>\n');    document.write('</object>\n');}//スクリーンショット//ani1.htmlfunction LoadSwf_ani1(){    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="460" height="260">\n');    document.write('<param name=movie value="ani1.swf">\n');    document.write('<param name=quality value=high>\n');    document.write('<embed src="ani1.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="460" height="260"></embed>\n');    document.write('</object>\n');}//ani2.htmlfunction LoadSwf_ani2(){    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="460" height="260">\n');    document.write('<param name=movie value="ani2.swf">\n');    document.write('<param name=quality value=high>\n');    document.write('<embed src="ani2.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="460" height="260"></embed>\n');    document.write('</object>\n');}//ani3.htmlfunction LoadSwf_ani3(){    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="460" height="260">\n');    document.write('<param name=movie value="ani3.swf">\n');    document.write('<param name=quality value=high>\n');    document.write('<embed src="ani3.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="460" height="260"></embed>\n');    document.write('</object>\n');}//ani4.htmlfunction LoadSwf_ani4(){    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="460" height="260">\n');    document.write('<param name=movie value="ani4.swf">\n');    document.write('<param name=quality value=high>\n');    document.write('<embed src="ani4.swf" quality=high pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="460" height="260"></embed>\n');    document.write('</object>\n');}
