/* =================
    TOP NAV DATA (Planned Giving Site)
================== */

	navDir="";

	topNavImgs=new Array("home","about_us","philanthropy_day","contact_us","resources")
	topSpace=new Array("","","","","")
	topLinks=new Array("index.html","about.html","philanthropy.html","contact.php","resources.html")

	prefix=""; // ussusally : "navbar_"
	mainNav=new menu("mainNav",topNavImgs,topSpace,topLinks,navDir,prefix,".gif");
	mainNav.root="images/nav/"
	mainNav.align="left"	
