function TopFlash(){
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'")
	document.write(" codebase='http://download.macromedia.com/pub/shockwave/cabs/")
	document.write("flash/swflash.cab'")
	document.write(" width=902 height=280>")
	document.write("<param name=movie value='swf/top.swf'>")
	document.write("<param name=quality value=high>")
	document.write("<param name=menu value=false>")
	document.write("<param name=bgcolor value=#ffffff>")
	document.write("<embed src='swf/top.swf' quality=high  menu=false bgcolor=#ffffff")
	document.write(" width=902 height=280")
	document.write(" type='application/x-shockwave-flash' ")
	document.write("pluginspage='http://www.macromedia.com/go/getflashplayer'>")
	document.write("</embed>")
	document.write("</object>")
}

//Flash Links
function Details(num){
	if(num==1){window.location.href="user/about/index.html";}
	if(num==2){window.location.href="user/mechanic/mechanic.html";}
	if(num==3){window.location.href="user/daily/daily.html";}
	if(num==4){window.location.href="member/faines/faines01.html";}
	if(num==5){window.location.href="https://www3.jaspa.or.jp/campain/c000000_h24.html";}
	if(num==6){window.open("http://www.mlit.go.jp/jidosha/jidosha_fr1_000005.html");}
}

