 <!-- hide from non-Javascript browsers
// ------- Parameters to manage NavBar  --------------------------------
var fName = new Array  ("index.asp",	// 08/13/2002 - changed from "index.htm"
// tbd it should assign ".asp" or ".htm" depending on the server - use href.location?
// 05/02/2005 -- stubbed out photoalbum
//			"cgi-bin/photoAlbum.pl",
//			"news.htm",
//			"vision.htm",
//			"prayerPartners.htm",
			"Davidstestimony.htm",
			"media.htm",
			"s1.asp",
//			"s2.asp",
			"resources.htm",
			"faq.htm"
			);
/* kludge for localhost */
if (location.href.substr(0,16) == "http://localhost")
  {   fName [0] = "index.htm";
  }			
var linkText= new Array ("Home",
//			 "Photos",
//			 "Latest News", 
//			 "Our Ministry",
//			 "Pray for Us", 
			 "David's Testimony",
			 "Video",
			 "Contact Us",
//			 "Join Us",
		  	 "Links",
			 "faq"
			);
var popUpText = new Array ("Home Page",
//			 "Photo Albums & Slide Shows",
//			 "Latest News & Happenings",
//			 "Our Background, Calling, and Vision for Ministry in Japan",
//			 "Recent Prayer Requests",
			 "A Must Read",
			 "Video",
			 "Send Us E-Mail",
//			 "How to become a Prayer or Financial Partner",
			 "Favorite Links, Christian/Messianic Interest",
			 "Frequently Asked Questions"
			);
			   
//-->						   