// Sounds Garden−トップメニュー
x0=xarray+lnk+1;
y0=Math.floor(data.length/x0);

logo="logo";

document.write(
	"<table border=0 cellspacing=0 cellpadding=0 width=760><tr>"+
	"<td align=left valign=bottom height=66>"+
	"<img src=clip/"+logo+".gif border=0></td></tr>"+
	"<tr class=t1><td height=1></td></tr>"+
	"<tr><td align=left style='font:bold 14pt Times New Roman'>");

for(y=0;y<y0;y++){
	if(filename!=data[y*x0+xarray+1]){
		document.write("　<a href="+data[y*x0+xarray+1]+" target='main'>"+
		data[y*x0+1]+"</a> ");
	}
	else{
		document.write("　<font color=#ff5000>"+data[y*x0+1]+"</font> ");
	}
}

document.write("</td></tr><tr class=t1><td height=1></td></tr></table>");
