TIT = new Array(8);
LINK = new Array(8);
TIT[0]="HOME«";
TIT[1]="f¦Β";
TIT[2]="[XΜTvEπj";
TIT[3]="ICQΑ\έ";
TIT[4]="ίΜ¬Ρ";
TIT[5]="QΑψκ";
TIT[6]="{ξρ";
TIT[7]="{bgNu";

LINK[0]="/index.html";
LINK[1]="/cgi-bin/bbs/goigoibbs.cgi?id:bbs";
LINK[2]="";
LINK[3]="/cgi-bin/sanka_sp.cgi";
LINK[4]="/sea_cup/index.html";
LINK[5]="/cgi-bin/sankalist.cgi";
LINK[6]="/info/index.html";
LINK[7]="http://www.suma-yc.org/";

function setMENU(no) {
	cnt=0;
	document.write('<link rel="stylesheet" href="/top.css" type="text/css">');
	document.write('<div class="menu"><span class="boldwhite">b</span>');
	for(i=0;i<8;i++){
		if(cnt==no){document.write('<span class="red">'+TIT[cnt]+'</span>')}
		else{document.write('<a href="'+LINK[cnt]+'">'+TIT[cnt]+'</a>')}
		document.write('<span class="boldwhite">b</span>');
		cnt++;
	}
	document.write("</div>\n");
}
