function logo()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="320" height="64">');
	document.write('<param name="movie" value="../img/logo.swf">');
	document.write('<param name="quality" value="high"><param name="BGCOLOR" value="#888888">');
	document.write('<embed src="../img/logo.swf" width="320" height="64" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" bgcolor="#888888">');
	document.write('</embed>');
	document.write('</object>');
}

function topfl()
{
//alert("‚±‚Ì‚â‚ë");
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="640" height="320">');
	document.write('<param name="movie" value="img/top.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="img/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="640" height="320">');
	document.write('</embed>');
	document.write('</object>');
}