/**
 * @author Marcus Henry, Jr. <mrmarcusahjr@gmail.com>
 */
var divider = "<font color:#872657> | </font>"
var end = "<font color:#872657>|</font>";
var open = "<a href=\"";
var mid = "\"> ";
var mid1 = "\" onmouseover=\"mopen('";
var mid2 = "')\" onmouseout=\"mclosetime()\">";
var close = " </a>";

if (navigator.appName == 'Microsoft Internet Explorer') {
	document.write("<div><h2 class=\"head\" id=\"header\">");
}
else {
	document.write("<h2 class=\"head\" id=\"header\">");
}

document.write("<li style=\"none\">" + open + "index.html" + mid + "Home" + close + "</li>");//link to the index
document.write("<li>" + open + "aboutorg.html" + mid1 + "about" + mid2 + "About Us" + close);//link to about
	document.write(
	  "<div id=\"about\"" +
	  "onmouseover=\"mcancelclosetime()\"" + 
	  "onmouseout=\"mclosetime()\">" +
	  "<a href=\"aboutorg.html\">Our Organization</a>" +
	  "<a href=\"aboutus.html\">Meet Us</a>" +	  "<a href=\"contact.html\">Contact Us</a>" +
	  "<a href=\"employment.html\">Employment</a>" + 
	   "<a href=\"volunteer.html\">Volunteer</a>" +
	  "</div></li>");
document.write("<li>" + open + "services.html" + mid1 + "services" + mid2 + "Our Services" + close);//link to services
	document.write(
	  "<div id=\"services\"" +
	  "onmouseover=\"mcancelclosetime()\"" + 
	  "onmouseout=\"mclosetime()\">" +
	  "<a href=\"hotline.html\">Hotline</a>" +
	  "<a href=\"pals.html\">PALS (Peace: a Learned Solution)</a>" +
	  "<a href=\"legal.html\">Domestic Violence Legal Advocates</a>" +
	  "<a href=\"safehouse.html\">The Safe House</a>" +
	  "<a href=\"supportgroups.html\">Support Groups</a>" +
	  "<a href=\"community.html\">Community Education & Training</a>" +
	  	  "</div></li>");
	
document.write("<li>" + open + "newsmedia.html" + mid1 + "newsmedia" + mid2 + "In the News" + close);//link to news
	document.write(
	  "<div id=\"newsmedia\"" +
	  "onmouseover=\"mcancelclosetime()\"" + 
	  "onmouseout=\"mclosetime()\">" +
	  "<a href=\"newsour.html\">News</a>" +
	  "<a href=\"photoalbums.html\">Photo Albums</a>" +	
	  "<a href=\"events.html\">Upcoming Events</a>" +
	  "</div></li>");
	
document.write("<li>" + open + "supporters.html" + mid1 + "supporters" + mid2 + "Our Supporters"+ close);//link to supporters
document.write(
	  "<div id=\"supporters\"" +
	  "onmouseover=\"mcancelclosetime()\"" + 
	  "onmouseout=\"mclosetime()\">" +
	  "<a href=\"supporters.html\">Our Supporters</a>" +
	  "<a href=\"donate.html\">Ways to Donate</a>" +

 "</div></li>");

document.write("<li>" + open + "http://google.com" + mid + "Escape Page" + close + "</li>");//link to google.com


if (navigator.appName == 'Microsoft Internet Explorer') {
	document.write("</h2></div>");
}
else {
	document.write("<br/></h2>");
}



