var webstring = document.location + "";
webstring = webstring.substring(webstring.lastIndexOf("/")+1,webstring.length);
if (webstring.lastIndexOf("#") != -1) {
	webstring = webstring.substring(0,webstring.lastIndexOf("#"));
	}
var wArray = webstring.split("_");

document.write("<a name=top><h3><a href=home.htm target=_self><span class=gray>A Dollar a Day</span></a> :: ");

// Poverty Overview

if (wArray[0]=="over") {
	document.write("<a href=over_intro.htm target=_self><span class=gray>Poverty Overview</span></a> :: ");

if (wArray[1]=="whatis.htm") {
	document.write("<a href=over_whatis.htm target=_self><span class=black>What is Poverty?</span></a></h3></a>");
	}
if (wArray[1]=="intro.htm") {
	document.write("<a href=over_intro.htm target=_self><span class=black>Introduction</span></a></h3></a>");
	}
if (wArray[1]=="measure1.htm") {
	document.write("<a href=over_measure1.htm target=_self><span class=black>Measuring Poverty I</span></a></h3></a>");
	}
	if (wArray[2]=="giniadvance.htm") {
		document.write("<a href=over_measure1_giniadvance.htm target=_self><span class=black>More on the Gini-Coefficient</span></a></h3></a>");
		}
	if (wArray[2]=="vulnerableadvance.htm") {
		document.write("<a href=over_measure1_vulnerableadvance.htm target=_self><span class=black>More on Vulnerability</span></a></h3></a>");
		}

if (wArray[1]=="measure2.htm") {
	document.write("<a href=over_measure2.htm target=_self><span class=black>Measuring Poverty II</span></a></h3></a>")
	}
if (wArray[1]=="world.htm") {
	document.write("<a href=over_world.htm target=_self><span class=black>Poverty around the World</span></a></h3></a>");
	}
if (wArray[1]=="causes.htm") {
	document.write("<a href=over_causes.htm target=_self><span class=black>Causes of Poverty</span></a></h3></a>");
	}
	if (wArray[1]=="perspectives.htm") {
	document.write("<a href=over_perspectives.htm target=_self><span class=black>Poverty Perspectives</span></a></h3></a>");
	}
	if (wArray[1]=="views.htm") {
	document.write("<a href=over_views.htm target=_self><span class=black>Views on Poverty</span></a></h3></a>");
	}
if (wArray[1]=="blog.htm") {
	document.write("<a href=over_blog.htm target=_self><span class=black>Selected Blog Comments</span></a></h3></a>");
	}
}

// Government Section

if (wArray[0]=="gov") {
	document.write("<a href=gov_intro.htm target=_self><span class=gray>Government Solutions</span></a> :: ");

if (wArray[1]=="intro.htm") {
	document.write("<a href=gov_intro.htm target=_self><span class=black>Introduction</span></a></h3></a>");
	}
if (wArray[1]=="aid.htm") {
	document.write("<a href=gov_aid.htm target=_self><span class=black>International Aid</span></a></h3></a>");
	}
if (wArray[1]=="debt.htm") {
	document.write("<a href=gov_debt.htm target=_self><span class=black>Debt Relief</span></a></h3></a>");
	}
if (wArray[1]=="worldbank.htm") {
	document.write("<a href=gov_worldbank.htm target=_self><span class=black>The World Bank and IMF</span></a></h3></a>");
	}
if (wArray[1]=="un.htm") {
	document.write("<a href=gov_un.htm target=_self><span class=black>The United Nations</span></a></h3></a>");
	}
if (wArray[1]=="other.htm") {
	document.write("<a href=gov_other.htm target=_self><span class=black>Other Governmental Organizations</span></a></h3></a>");
	}
if (wArray[1]=="cases.htm") {
	document.write("<a href=gov_cases.htm target=_self><span class=black>Case Studies</span></a></h3></a>");
	}
if (wArray[2]=="1.htm") {
	document.write("<a href=gov_cases_1.htm target=_self><span class=black>The World Bank in Angola</span></a></h3></a>");
	}
if (wArray[2]=="2.htm") {
	document.write("<a href=gov_cases_2.htm target=_self><span class=black>The OMVS</span></a></h3></a>");
	}
if (wArray[2]=="3.htm") {
	document.write("<a href=gov_cases_3.htm target=_self><span class=black>The Green Revolution</span></a></h3></a>");
	}
if (wArray[2]=="4.htm") {
	document.write("<a href=gov_cases_4.htm target=_self><span class=black>The HIPC Initiative in Bolivia</span></a></h3></a>");
	}
if (wArray[2]=="5.htm") {
	document.write("<a href=gov_cases_5.htm target=_self><span class=black>International Aid in Uganda</span></a></h3></a>");
	}
if (wArray[2]=="6.htm") {
	document.write("<a href=gov_cases_6.htm target=_self><span class=black>The U.N. in India</span></a></h3></a>");
	}
if (wArray[1]=="views.htm") {
	document.write("<a href=gov_views.htm target=_self><span class=black>Views on Government</span></a></h3></a>");
	}
if (wArray[1]=="blog.htm") {
	document.write("<a href=gov_blog.htm target=_self><span class=black>Selected Blog Comments</span></a></h3></a>");
	}
}

// Education Section

if (wArray[0]=="edu") {
	document.write("<a href=edu_intro.htm target=_self><span class=gray>Education Solutions</span></a> :: ");
	if (wArray[1]=="intro.htm") {
	document.write("<a href=edu_intro.htm target=_self><span class=black>Introduction</span></a></h3></a>");
	}
	if (wArray[1]=="poverty.htm") {
	document.write("<a href=edu_poverty.htm target=_self><span class=black>Education and Poverty</span></a></h3></a>");
	}
	if (wArray[1]=="schools.htm") {
	document.write("<a href=edu_schools.htm target=_self><span class=black>Schools and Teachers</span></a></h3></a>");
	}
	if (wArray[1]=="kids.htm") {
	document.write("<a href=edu_kids.htm target=_self><span class=black>Getting Kids to School</span></a></h3></a>");
	}
	if (wArray[1]=="gender.htm") {
	document.write("<a href=edu_gender.htm target=_self><span class=black>Gender Equality</span></a></h3></a>");
	}
	if (wArray[1]=="cases.htm") {
	document.write("<a href=edu_cases.htm target=_self><span class=black>Education Cases Studies</span></a></h3></a>");
	}
	if (wArray[2]=="1.htm") {
	document.write("<a href=edu_cases_1.htm target=_self><span class=black>Paying Girls to go to School in Bangladesh</span></a></h3></a>");
	}
if (wArray[2]=="2.htm") {
	document.write("<a href=edu_cases_2.htm target=_self><span class=black>Bolsa Escola</span></a></h3></a>");
	}
if (wArray[2]=="3.htm") {
	document.write("<a href=edu_cases_3.htm target=_self><span class=black>International Literacy Day</span></a></h3></a>");
	}
	if (wArray[1]=="views.htm") {
	document.write("<a href=edu_views.htm target=_self><span class=black>Views on Education</span></a></h3></a>");
	}
	if (wArray[1]=="delaune.htm") {
	document.write("<a href=edu_delaune.htm target=_self><span class=black>Alain Delaune Interview</span></a></h3></a>");
	}
	if (wArray[1]=="waen.htm") {
	document.write("<a href=edu_waen.htm target=_self><span class=black>Till Waenbacht Interview</span></a></h3></a>");
	}
}

// Health Section

if (wArray[0]=="health") {
	document.write("<a href=health_intro.htm target=_self><span class=gray>Health Solutions</span></a> :: ");
	if (wArray[1]=="intro.htm") {
	document.write("<a href=health_intro.htm target=_self><span class=black>Introduction</span></a></h3></a>");
	}
	if (wArray[1]=="poverty.htm") {
	document.write("<a href=health_poverty.htm target=_self><span class=black>Health and Poverty</span></a></h3></a>");
	}
	if (wArray[1]=="who.htm") {
	document.write("<a href=health_who.htm target=_self><span class=black>The World Health Organization</span></a></h3></a>");
	}
	if (wArray[1]=="malaria.htm") {
	document.write("<a href=health_malaria.htm target=_self><span class=black>Malaria and Other Infectious Diseases</span></a></h3></a>");
	}
	if (wArray[1]=="aids.htm") {
	document.write("<a href=health_aids.htm target=_self><span class=black>HIV/AIDS</span></a></h3></a>");
	}
	if (wArray[1]=="nutrition.htm") {
	document.write("<a href=health_nutrition.htm target=_self><span class=black>Nutrition</span></a></h3></a>");
	}
	if (wArray[1]=="water.htm") {
	document.write("<a href=health_water.htm target=_self><span class=black>Clean Water</span></a></h3></a>");
	}
	if (wArray[1]=="care.htm") {
	document.write("<a href=health_care.htm target=_self><span class=black>Health Care</span></a></h3></a>");
	}
	if (wArray[1]=="cases.htm") {
	document.write("<a href=health_cases.htm target=_self><span class=black>Health Case Studies</span></a></h3></a>");
	}
	if (wArray[1]=="waen.htm") {
	document.write("<a href=health_waen.htm target=_self><span class=black>Till Waenbacht Interview</span></a></h3></a>");
	}
if (wArray[1]=="blog.htm") {
	document.write("<a href=health_blog.htm target=_self><span class=black>Selected Blog Comments</span></a></h3></a>");
	}
}

// Economic Section

if (wArray[0]=="econ") {
	document.write("<a href=econ_intro.htm target=_self><span class=gray>Economic Solutions</span></a> :: ");
	if (wArray[1]=="intro.htm") {
	document.write("<a href=econ_intro.htm target=_self><span class=black>Introduction</span></a></h3></a>");
	}
	if (wArray[1]=="trade.htm") {
	document.write("<a href=econ_trade.htm target=_self><span class=black>Trade</span></a></h3></a>");
	}
	if (wArray[1]=="corrupt.htm") {
	document.write("<a href=econ_corrupt.htm target=_self><span class=black>Corruption</span></a></h3></a>");
	}
	if (wArray[1]=="credit.htm") {
	document.write("<a href=econ_credit.htm target=_self><span class=black>Microcredit</span></a></h3></a>");
	}
	if (wArray[1]=="finance.htm") {
	document.write("<a href=econ_finance.htm target=_self><span class=black>Microfinance</span></a></h3></a>");
	}
	if (wArray[1]=="cases.htm") {
	document.write("<a href=econ_cases.htm target=_self><span class=black>Case Studies</span></a></h3></a>");
	}
if (wArray[2]=="1.htm") {
	document.write("<a href=econ_cases_1.htm target=_self><span class=black>BRF and GK Cow-lending Program</span></a></h3></a>");
	}
if (wArray[2]=="2.htm") {
	document.write("<a href=econ_cases_2.htm target=_self><span class=black>UNCDF Microcredit in Yemen</span></a></h3></a>");
	}
if (wArray[2]=="3.htm") {
	document.write("<a href=econ_cases_3.htm target=_self><span class=black>Heifer International</span></a></h3></a>");
	}
if (wArray[2]=="4.htm") {
	document.write("<a href=econ_cases_4.htm target=_self><span class=black>SKS and Unitus</span></a></h3></a>");
	}
if (wArray[2]=="5.htm") {
	document.write("<a href=econ_cases_5.htm target=_self><span class=black>PMM and Unitus</span></a></h3></a>");
	}
if (wArray[2]=="6.htm") {
	document.write("<a href=econ_cases_6.htm target=_self><span class=black>ACCION and PADME</span></a></h3></a>");
	}
	if (wArray[1]=="yunus.htm") {
	document.write("<a href=econ_yunus.htm target=_self><span class=black>Muhammad Yunus Interview</span></a></h3></a>");
	}
	if (wArray[1]=="blog.htm") {
	document.write("<a href=econ_blog.htm target=_self><span class=black>Selected Blog Comments</span></a></h3></a>");
	}
}

// Other Solutions Section

if (wArray[0]=="more") {
	document.write("<a href=more_intro.htm target=_self><span class=gray>More Solutions</span></a> :: ");

if (wArray[1]=="intro.htm") {
	document.write("<a href=more_intro.htm target=_self><span class=black>Introduction</span></a></h3></a>");
	}
if (wArray[1]=="ngos.htm") {
	document.write("<a href=more_ngos.htm target=_self><span class=black>Non-Governmental Organizations</span></a></h3></a>");
	}
if (wArray[1]=="celeb.htm") {
	document.write("<a href=more_celeb.htm target=_self><span class=black>Celebrity Activism</span></a></h3></a>");
	}
if (wArray[1]=="tech.htm") {
	document.write("<a href=more_tech.htm target=_self><span class=black>Technology</span></a></h3></a>");
	}
if (wArray[1]=="karim.htm") {
	document.write("<a href=more_karim.htm target=_self><span class=black>Rehnuma Karim Interview</span></a></h3></a>");
	}
if (wArray[1]=="rahman.htm") {
	document.write("<a href=more_rahman.htm target=_self><span class=black>Muhit Rahman Interview</span></a></h3></a>");
	}
if (wArray[1]=="mchugh.htm") {
	document.write("<a href=more_mchugh.htm target=_self><span class=black>Kathleen McHugh Interview</span></a></h3></a>");
	}
if (wArray[1]=="bell.htm") {
	document.write("<a href=more_bell.htm target=_self><span class=black>Peter Bell Interview</span></a></h3></a>");
	}
	if (wArray[1]=="blog.htm") {
	document.write("<a href=more_blog.htm target=_self><span class=black>Selected Blog Comments</span></a></h3></a>");
	}
}

// Other Information Section

if (wArray[0]=="other") {
	document.write("<a href=other_intro.htm target=_self><span class=gray>Other Information</span></a> :: ");

if (wArray[1]=="intro.htm") {
	document.write("<a href=other_intro.htm target=_self><span class=black>Introduction</span></a></h3></a>");
	}
if (wArray[1]=="org.htm") {
	document.write("<a href=other_org.htm target=_self><span class=black>Poverty Relief Organizations</span></a></h3></a>");
	}
if (wArray[1]=="people.htm" || wArray[1]=="measure") {
	document.write("<a href=other_people.htm target=_self><span class=black>Biographies</span></a></h3></a>");
	}
if (wArray[1]=="glossary.htm") {
	document.write("<a href=other_glossary.htm target=_self><span class=black>Glossary</span></a></h3></a>");
	}
}

// Interact Section

if (wArray[0]=="interact") {
	document.write("<a href=interact_intro.htm target=_self><span class=gray>Interact</span></a> :: ");

	if (wArray[1]=="intro.htm") {
	document.write("<a href=interact_intro.htm target=_self><span class=black>Introduction</span></a></h3></a>");
	}
	if (wArray[1]=="links.htm") {
	document.write("<a href=interact_links.htm target=_self><span class=black>Links</span></a></h3></a>");
	}
	if (wArray[1]=="what.htm") {
	document.write("<a href=interact_what.htm target=_self><span class=black>What You Can Do</span></a></h3></a>");
	}
	if (wArray[1]=="interviews.htm") {
	document.write("<a href=interact_interviews.htm target=_self><span class=black>All Interview Transcripts</span></a></h3></a>");
	}
	if (wArray[1]=="blog.htm") {
	document.write("<a href=interact_blog.htm target=_self><span class=black>All Blog Comments</span></a></h3></a>");
	}
	if (wArray[1]=="games.htm") {
	document.write("<a href=interact_games.htm target=_self><span class=black>Games</span></a></h3></a>");
	}
	if (wArray[1]=="demo.htm") {
	document.write("<a href=interact_demo.htm target=_self><span class=black>Interactions</span></a></h3></a>");
	}
}

// About Us Section

if (wArray[0]=="about") {
	document.write("<a href=over_intro.htm target=_self><span class=gray>About Us</span></a> :: ");

	if (wArray[1]=="intro.htm") {
	document.write("<a href=about_intro.htm target=_self><span class=black>Introduction</span></a></h3></a>");
	}
	if (wArray[1]=="team.htm") {
	document.write("<a href=about_team.htm target=_self><span class=black>The Team</span></a></h3></a>");
	}
	if (wArray[1]=="contact.htm") {
	document.write("<a href=about_contact.htm target=_self><span class=black>Contact Us</span></a></h3></a>");
	}
	if (wArray[1]=="thanks.htm") {
	document.write("<a href=about_thanks.htm target=_self><span class=black>Thanks to...</span></a></h3></a>");
	}
	if (wArray[1]=="sources.htm") {
	document.write("<a href=about_sources.htm target=_self><span class=black>Sources</span></a></h3></a>");
	}
	if (wArray[1]=="images.htm") {
	document.write("<a href=about_images.htm target=_self><span class=black>Image Credits</span></a></h3></a>");
	}
	if (wArray[1]=="site.htm") {
	document.write("<a href=about_site.htm target=_self><span class=black>Using the Site</span></a></h3></a>");
	}
}

// Search

if (wArray[0]=="search.htm") {
	document.write("<a href=search.htm target=_self><span class=black>Search</span></a></h3></a>");
	}
	
// Home

if (wArray[0] == "home.htm") {
	document.write("<a href=home.htm target=_self><span class=black>Home</span></a></h3></a>");
	}