var clicked=""
var gtype=".jpg"
var selstate="_over"
if (typeof(loc)=="undefined" || loc==""){
	var loc=""
	if (document.body&&document.body.innerHTML){
		var tt = document.body.innerHTML.toLowerCase();
		var last = tt.indexOf("list.js\"");
		if (last>0){
			var first = tt.lastIndexOf("\"", last);
			if (first>0 && first<last) loc = document.body.innerHTML.substr(first+1,last-first-1);
		}
	}
}

document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr>");
document.write("<td><img src=\""+loc+"list_top.jpg\" alt=\"\" width=\"231\" height=\"21\"></td>");
tr(false);
writeButton(loc+"","news.html","list_b29",231,21,"","",0);
writeButton(loc+"","ff1/ff1.html","list_b1",231,21,"","",0);
writeButton(loc+"","ff2/ff2.html","list_b2",231,21,"","",0);
writeButton(loc+"","ff3/ff3.html","list_b3",231,21,"","",0);
writeButton(loc+"","ff4/ff4.html","list_b4",231,21,"","",0);
writeButton(loc+"","ff5/ff5.html","list_b5",231,21,"","",0);
writeButton(loc+"","fflc/fflc.html","list_b22",231,21,"","",0);
writeButton(loc+"","ff6/ff6.html","list_b6",231,21,"","",0);
writeButton(loc+"","ff7/ff7.html","list_b7",231,21,"","",0);
writeButton(loc+"","ff7-compilation/ff7-compilation.html","list_b40",231,21,"","",0);
writeButton(loc+"","ff8/ff8.html","list_b8",231,21,"","",0);
writeButton(loc+"","ff9/ff9.html","list_b9",231,21,"","",0);
writeButton(loc+"","ff10/ff10.html","list_b10",231,21,"","",0);
writeButton(loc+"","ff10-2/ff10-2.html","list_b11",231,21,"","",0);
writeButton(loc+"","ff11/ff11.html","list_b12",231,21,"","",0);
writeButton(loc+"","ff12/ff12.html","list_b13",231,21,"","",0);
writeButton(loc+"","ff12rw/ff12rw.html","list_b43",231,21,"","",0);
writeButton(loc+"","ff13/fnc-ff13.html","list_b39",231,21,"","",0);
writeButton(loc+"","ffa/ffa.html","list_b17",231,21,"","",0);
writeButton(loc+"","ffmq/ffmq.html","list_b14",231,21,"","",0);
writeButton(loc+"","fft/fft.html","list_b15",231,21,"","",0);
writeButton(loc+"","ffta/ffta.html","list_b16",231,21,"","",0);
writeButton(loc+"","ffta2/ffta2.html","list_b47",231,21,"","",0);
writeButton(loc+"","ffcc/ffcc.html","list_b21",231,21,"","",0);
writeButton(loc+"","ffcc-ds/ffcc-ds.html","list_b45",231,21,"","",0);
writeButton(loc+"","ffcc-wii/ffcc-wii.html","list_b46",231,21,"","",0);
writeButton(loc+"","ffu/ffu.html","list_b24",231,21,"","",0);
writeButton(loc+"","fftsw/fftsw.html","list_b23",231,21,"","",0);
writeButton(loc+"","dissidia/dissidia.html","list_b48",231,21,"","",0);
writeButton(loc+"","dwffiss/dwffiss.html","list_b32-2",231,21,"","",0);
writeButton(loc+"","dqffisp/dqffisp.html","list_b38",231,21,"","",0);
writeButton(loc+"","ffl1/ffl1.html","list_b36",231,21,"","",0);
writeButton(loc+"","ffl2/ffl2.html","list_b19",231,21,"","",0);
writeButton(loc+"","ffl3/ffl3.html","list_b20",231,21,"","",0);
writeButton(loc+"","fff-ct/fff-ct.html","list_b44",231,21,"","",0);
writeButton(loc+"","special/special.html","list_b26",231,21,"","",0);
writeButton(loc+"","ffstore/ffstore.html","list_b35",231,21,"","",0);
writeButton(loc+"","about/about.html","list_b25",231,21,"","",0);
writeButton(loc+"","email.html","list_b28",231,21,"","",0);
tr(true);
document.write("<td><img src=\""+loc+"list_bottom.jpg\" alt=\"\" width=\"231\" height=\"21\"></td>");
document.write("</tr></table>")
loc="";

function tr(b){if (b) document.write("<tr>");else document.write("</tr>");}

function turn_over(name) {
	if (document.images != null && clicked != name) {
		document[name].src = document[name+"_over"].src;
	}
}

function turn_off(name) {
	if (document.images != null && clicked != name) {
		document[name].src = document[name+"_off"].src;
	}
}

function reg(gname,name)
{
if (document.images)
	{
	document[name+"_off"] = new Image();
	document[name+"_off"].src = loc+gname+gtype;
	document[name+"_over"] = new Image();
	document[name+"_over"].src = loc+gname+"_over"+gtype;
	}
}

function evs(name){ return " onmouseover=\"turn_over('"+ name + "')\" onmouseout=\"turn_off('"+ name + "')\""}

function writeButton(urld, url, name, w, h, alt, target, hsp)
{
	gname = name;
	while(typeof(document[name])!="undefined") name += "x";
	reg(gname, name);
	tr(true);
	document.write("<td>");
	if (alt != "") alt = " alt=\"" + alt + "\"";
	if (target != "") target = " target=\"" + target + "\"";
	if (w > 0) w = " width=\""+w+"\""; else w = "";
	if (h > 0) h = " height=\""+h+"\""; else h = "";	
	if (url != "") url = " href=\"" + urld + url + "\"";
	
	document.write("<a " + url + evs(name) + target + ">");	
	
	if (hsp == -1) hsp =" align=\"right\"";
	else if (hsp > 0) hsp = " hspace=\""+hsp+"\"";
	else hsp = "";
	
	document.write("<img src=\""+loc+gname+gtype+"\" name=\"" + name + "\"" + w + h + alt + hsp + " border=\"0\" /></a></td>");
	tr(false);
}
