//フラッシュプレーヤーのバージョンが「version」パラメータ以下の場合
function substitute(id){
	switch(id){
		case 'movie':
			document.write('<table width="798" border="0" cellpadding="0" cellspacing="0">');
			document.write('<tr><td height="359" valign="top" background="img/flash_main01.jpg"><img src="img/top_logo.gif" alt="恵比寿茶房" width="209" height="63" /><p class="topNoJs">このサイトをご覧になるには最新のFlashPlayerが必要です。<br /><a href="http://www.macromedia.com/jp/shockwave/download/?P1_Prod_Version=ShockwaveFlash&Lang=Japanese" target="flash">ダウンロードはこちらから</a></p></td>');
			document.write('</tr><tr>');
			document.write('<td><table width="798" border="0" cellspacing="0" cellpadding="0"><tr>');
			document.write('<td><img src="img/flash_img01.jpg" alt="" width="44" height="104" /></td>');
			document.write('<td><a href="kodawari/index.html"><img src="img/flash_btn01.jpg" alt="茶葉へのこだわり');
			document.write('玉露の美味しさに魅せられて、玉露にこだわり続けた誕生秘話です。');
			document.write('詳細はこちら" width="349" height="104" border="0" /></a></td>');
			document.write('<td><img src="img/flash_img02.jpg" alt="" width="12" height="104" /></td>');
			document.write('<td><a href="colum/index.html"><img src="img/flash_btn02.jpg" alt="お茶に関するあれこれ');
			document.write('貴方はどのくらいお茶のことをご存知ですか？');
			document.write('詳細はこちら" width="349" height="104" border="0" /></a></td>');
			document.write('<td><img src="img/flash_img03.jpg" alt="" width="44" height="104" /></td>');
			document.write('</tr></table>');
			document.write('</td></tr></table>');
		break;
	}
}
