// Trout Lure Fishing −ボトムメニュー
// 必ず menu.dat / menu_top.js の２ファイルを実行後に実行すること

document.write(
"<table border=0 cellspacing=0 cellpadding=0 width=100%><tr><td align=center bgcolor=gray>"+
	"<table border=0 cellspacing=0 cellpadding=0 width=760><tr><td align=left>"+
		"<table border=0 cellspacing=0 cellpadding=0 width=760><tr>"
	);

for(y=0;y<y0;y++){
	document.write("<td align=center style='background-color:"+col[y]+";font:10pt'>");
	if(y != no){
		document.write(
		"<a href="+(mdata[y*x0]=="-" ? "" : directry)+mdata[y*x0+3]+
		" class=tlfmenu target=main>"+mdata[y*x0+2]+"</a>");
	}
	else{
		document.write("<font color=yellow>"+mdata[y*x0+2]+"</font>");
	}
	document.write("</td>");
}

document.write(
"<td width=60><a href=clip/color.php target=main>"+
"<img src="+directry+"clip/dummy.gif border=0 width=50 height=14></a></td>"+
		"</tr></table>"+
	"</td></tr></table>"+
"</td></tr><tr><td align=center style='font-size:11pt;'>"+
"<font style='font-size:5pt'><br></font>"+
"<font style='color:red;font:14pt Times New Roman'>"+
"Trout Lure <font color=blue>Fishing</font></font>"+
"　　Since 1997.9.20<font color=green>　　Produced by</font>"+
"<font color=red>　Ｋ＋＋</font></td><td></td></tr></table><br>");
