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("fflf_nav_menu2.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+"fflf_nav_menu2_top.gif\" alt=\"\" width=\"175\" height=\"12\"></td>");
tr(false);
writeButton(loc+"","index.html","fflf_nav_menu2_b1",175,16,"Home","",0);
writeButton(loc+"","about_the_foundation.html","fflf_nav_menu2_b2",175,16,"About the Foundation","",0);
writeButton(loc+"","contact_us.html","fflf_nav_menu2_b3",175,16,"Contact Us","",0);
writeButton(loc+"","past_events.html","fflf_nav_menu2_b4",175,16,"Events","",0);
writeButton(loc+"","calendar_of_events.html","fflf_nav_menu2_b5",175,16,"FFLF Calendar ","",0);
writeButton(loc+"","free_services.html","fflf_nav_menu2_b6",175,16,"FREE Services for Patients","",0);
writeButton(loc+"","caregivers_page.html","fflf_nav_menu2_b7",175,16,"Caregivers Page","",0);
writeButton(loc+"","donation_sponsor.html","fflf_nav_menu2_b8",175,16,"Donate Now","",0);
writeButton(loc+"","donation_sponsor.html","fflf_nav_menu2_b9",175,16,"Become a Sponsor","",0);
writeButton("","javascript:;","fflf_nav_menu2_b10",175,16,"WE THANK OUR:","",0);
writeButton(loc+"","donations.html","fflf_nav_menu2_b11",175,16,"**Donators","",0);
writeButton(loc+"","sponsors.html","fflf_nav_menu2_b12",175,16,"**Sponsors","",0);
writeButton(loc+"","ffl_boutique.html","fflf_nav_menu2_b13",175,16,"FFLF Boutique","",0);
writeButton(loc+"","in_the_news.html","fflf_nav_menu2_b14",175,16,"FFLF In The News","",0);
writeButton(loc+"","bulletin_board.html","fflf_nav_menu2_b15",175,16,"FFLF Message Board","",0);
writeButton(loc+"","forever_with_us.html","fflf_nav_menu2_b16",175,16,"Forever With Us","",0);
writeButton(loc+"","fundraising_events.html","fflf_nav_menu2_b17",175,16,"Fundraising Events","",0);
writeButton(loc+"","inspirational.html","fflf_nav_menu2_b18",175,16,"Inspirational","",0);
writeButton(loc+"","just_for_the_kids.html","fflf_nav_menu2_b19",175,16,"KIDS FOR LIFE","",0);
writeButton(loc+"","kfl_message_board.html","fflf_nav_menu2_b20",175,16,"***KFL Message Board","",0);
writeButton(loc+"","reference_articles.html","fflf_nav_menu2_b21",175,16,"Reference Articles","",0);
writeButton(loc+"","resources.html","fflf_nav_menu2_b22",175,16,"Resources","",0);
writeButton(loc+"","scholarships.html","fflf_nav_menu2_b23",175,16,"Scholarships","",0);
writeButton(loc+"","speaker_bios.html","fflf_nav_menu2_b24",175,16,"Speaker Bios","",0);
tr(true);
document.write("<td><img src=\""+loc+"fflf_nav_menu2_bottom.gif\" alt=\"\" width=\"175\" height=\"12\"></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);
}
