﻿//ノエビアのはじまり
function main(){

if (detection_flashVersion() >= 5){

document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="750" height="430">');
document.write ('<param name="movie" value="/more/01/main.swf">');
document.write ('<param name="quality" value="high">');
document.write ('<embed src="/more/01/main.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="750" height="430"></embed>');
document.write ('</object>');

}
else if (detection_flashVersion() == "無し"){
	document.write ('<a href="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank"><img src="/more/01/images/img_begin_d.jpg" alt="" width="750" height="430" border="0"></a>');
}
else{
	document.write ('<a href="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank"><img src="/more/01/images/img_begin_d.jpg" alt="" width="750" height="430" border="0"></a>');
}

}



//step1
function main01(){

if (detection_flashVersion() >= 5){

document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="326" height="250">');
document.write ('<param name="movie" value="/more/02/awa.swf">');
document.write ('<param name="quality" value="high">');
document.write ('<embed src="/more/02/awa.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="326" height="250"></embed>');
document.write ('</object>');

}
else if (detection_flashVersion() == "無し"){
	document.write ('<a href="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank"><img src="/more/02/images/img_awa_d.jpg" alt="" width="326" height="250" border="0"></a>');
}
else{
	document.write ('<a href="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank"><img src="/more/02/images/img_awa_d.jpg" alt="" width="326" height="250" border="0"></a>');
}

}