var clicked=""
var gtype=".gif"
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("eq.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=\"4\" cellpadding=\"0\"><tr>");
tr(false);
writeButton("","http://www.equinenergy.com/firstpage.htm","eq_b1",116,19,"Home","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/equinenergy.htm","eq_b2",116,19,"Equinenergy","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/sportsmassage.htm","eq_b3",116,19,"Sports Massage","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/about.htm","eq_b4",116,19,"About Equinology","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/massagebenifits.htm","eq_b5",116,19,"Massage Benefits","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/certification.htm","eq_b6",116,19,"Certification","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/coursedetails2.htm","eq_b7",116,19,"Course Details","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/courseindex.htm","eq_b8",116,19,"Course Cost","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/termsconditions.htm","eq_b9",116,19,"Terms & Conditions","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/registration.htm","eq_b10",116,19,"Registration","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/calendar.htm","eq_b11",116,19,"Calendar","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/bios.htm","eq_b12",116,19,"Instructor Bios","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/venue.htm","eq_b13",116,19,"Lecture Venue","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/accommodation.htm","eq_b14",116,19,"Accommodation","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/booklist.htm","eq_b15",116,19,"Book Shop","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/bodyworkers.htm","eq_b16",116,19,"UK Body Workers","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/iebwa.htm","eq_b17",116,19,"I E B W A","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/directions.htm","eq_b18",116,19,"Directions","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/contactus.htm","eq_b19",116,19,"Contact Us","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/brazil.htm","eq_b20",116,19,"Equinenergy Brasil","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/faq.htm","eq_b21",116,19,"F A Q","EQUINENERGY",0);
writeButton("","http://www.equinenergy.com/links.htm","eq_b22",116,19,"News","EQUINENERGY",0);
tr(true);
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);
}
