//(c) Rich Blakemore 2007 version 1.0, 1 Richs Web Design 2007

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#003366';
	var HighBgColor='#83B0DD';
	var FontLowColor='#FFFFFF';
	var FontHighColor='#FFFFFF';
	var BorderColor='#809966';
	var BorderWidth=0;
	var BorderBtwnElmnts=0;
	var FontFamily="arial"
	var FontSize=10;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.01;
	var ChildVerticalOverlap=.1;
	var StartTop=55; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=4;
	var TopPaddng=0;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=1000;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Weekend Information ","../pilg_start.html",5,18,154);
	Menu1_1=new Array("Camp Directions","../pilg_campdirs.html",0,20,160);
	Menu1_2=new Array("Weekend Dates","../pilg_weekenddates.html",0,20,154);


	Menu1_3=new Array("Guest Application","http://www.ncpilgrimage.com/applications/GuestApp06.pdf",0);
	Menu1_4=new Array("Sponsor Application","http://www.ncpilgrimage.com/applications/2005SponsorApp.pdf",0);
	Menu1_5=new Array("Team Application","http://www.ncpilgrimage.com/applications/TeamApp.pdf",0);

Menu2=new Array("4th Day Community ","../fourth_start.html",9,15,87);
	Menu2_1=new Array("Online Directory","../fourth_onlinedirectory.html",0,20,160);
	Menu2_2=new Array("Prayer Chain","../fourth_prayerchain.html",0);
	Menu2_3=new Array("Reunion Groups","../fourth_reuniongroups.html",0);
	Menu2_4=new Array("Prayer Banner","http://www.prayerbanner.org",0);
	Menu2_5=new Array("Newsletters","../fourth_newsletters.html",0);
	Menu2_6=new Array("NCPP Brochure","../newsletters_etc/ncpp_brochure.pdf",0);
	Menu2_7=new Array("Logos","../logo.htm",0);
	Menu2_8=new Array("Church Directions","../fourth_churchdirs.html",0);
	Menu2_9=new Array("Web Links","../fourth_weblinks.html",0);

Menu3=new Array("Leadership Council","../leadership_start.html",3,15,87);
	Menu3_1=new Array("Council Members","../leadership_members.html",0,20,160);
	Menu3_2=new Array("Meeting Schdule","../leadership_meetingsched.html",0);
	Menu3_3=new Array("Council Login","../leadership_councillogin.html",0);

Menu4=new Array("Brochures","",1,15,87);
	Menu4_1=new Array("NCPP Brochure","http://www.ncpilgrimage.com/newsletters_etc/ncpp_brochure.pdf",0,20,160);




Menu5=new Array("Home","../index.htm",0,15,87);




