/*top_map　表示*/
function top_map(){
document.write('<object data="./fla/top.swf" width="500" height="300" type="application/x-shockwave-flash">');
document.write('<param name="movie" value="./fla/top.swf" />');
document.write('<param name="wmode" value="transparent" />');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="allowFullScreen" value="false" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#000000" />');
document.write('<embed src="./fla/top.swf" quality="high" bgcolor="#000000" width="500" height="300" name="main_01" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
}




