/* インデックスフラッシュ */

function index(){
 document.write('<object data="/swf/index.swf" type="application/x-shockwave-flash" width="840" height="500">');
 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="http://www.ai-for-you.com/swf/index.swf" type="application/x-shockwave-flash" width="840" height="500" quality="best" play="true" wmode="transparent"></emded>');
 document.write('<a href="index2.html"><img src="/image/index.jpg" width="840" height="500"></a>');
 document.write('</object>');
}

/* メインフラッシュ */

function main(){
 document.write('<object data="/swf/main.swf" type="application/x-shockwave-flash" width="900" height="350">');
 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="http://www.ai-for-you.com/swf/main.swf" type="application/x-shockwave-flash" width="900" height="350" quality="best" play="true" wmode="transparent"></emded>');
 document.write('<img src="/image/main.jpg" width="900" height="350">');
 document.write('</object>');
}

/* 告知フラッシュ */

function kokuchi2(){
 document.write('<embed pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" src="http://www.ai-for-you.com/swf/kokuchi.swf" type="application/x-shockwave-flash" width="900" height="100" quality="best" play="true" wmode="transparent"></emded>');
}