

function topSwf() {
	
	if(FlashInstalled) {
		document.writeln('<div id="top-active">');
		document.writeln('<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="100%" height="370">');
		document.writeln('<param name="movie" value="images/tlc_top.swf" />');
		document.writeln('<param name="quality" value="high" />');
		document.writeln('<embed src="images/tlc_top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="370"></embed>');
		document.writeln('</object>');
		document.writeln('</div>');
	}
	
	else {
		document.writeln('<div id="top-nonactive"><img src="images/top_nonflash.jpg" alt="Your Success is Our Success" width="720" height="340" /><br /><a href="/company/index.html"><img src="images/menu_top_company.gif" alt="会社情報" width="90" height="31" border="0" /></a><a href="/service/index.html"><img src="images/menu_top_service.gif" alt="T・L・C研修について" width="144" height="31" border="0" /></a><a href="/yomikatari/index.html"><img src="images/menu_top_yomikatari.gif" alt="読み語り" width="103" height="31" border="0" /></a><img src="images/top_nonflash_foot.jpg" alt="" width="383" height="31" /></div>');
	}
}

