/* メインフラッシュ */

function main(){
 document.write('<object data="swf/main.swf" type="application/x-shockwave-flash" width="960" height="400">');
 document.write('<param name="movie" value="swf/main.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/main.swf" type="application/x-shockwave-flash" width="960" height="400" quality="best" play="true" loop="true" wmode="transparent"></emded>');
 document.write('<img src="image/main.jpg" width="960" height="400">');
 document.write('</object>');
}

/* メニューフラッシュ */

function menu(){
 document.write('<embed pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="http://www.club-adam.com/swf/menu.swf" type="application/x-shockwave-flash" width="650" height="80" quality="best" play="true" wmode="transparent"></emded>');
}

/* インデックスフラッシュ */

function index() {
 document.write('<object data="swf/index.swf" type="application/x-shockwave-flash" width="700" height="505">');
 document.write('<param name="movie" value="swf/index.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/index.swf" type="application/x-shockwave-flash" width="700" height="505" quality="best" play="true" loop="true" wmode="transparent"></emded>');
 document.write('<a href="index2.html"><img src="image/index.jpg" width="700" height="500"></a>');
 document.write('</object>');
}
