/* インデックス2フラッシュ */

function index2(){
 document.write('<object data="swf/index2.swf" type="application/x-shockwave-flash" width="980" height="550">');
 document.write('<param name="movie" value="swf/index2.swf">');
 document.write('<param name="quality" value="high">');
 document.write('<param name="wmode" value="transparent">');
 document.write('<param name="play" value="true">');
 document.write('<param name="loop" value="true">');
 document.write('<embed pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="swf/index2.swf" type="application/x-shockwave-flash" width="980" height="550" quality="best" play="true" loop="true" wmode="transparent"></emded>');
 document.write('<a href="http://www.tsurumuzero.com/top.html"><img src="image/index2.jpg" width="980" height="540" border="0"></a>');
 document.write('</object>');
}


/* メニューフラッシュ */

function menu(){
 document.write('<embed pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="http://www.tsurumuzero.com/swf/menu.swf" type="application/x-shockwave-flash" width="575" height="60" quality="best" play="true" wmode="transparent"></emded>');
}
