/***********************************************************************************
*	(c) Ger Versluis 2000 version 8.2 24 April 2002	          *
*	You may use this script on non commercial sites.	          *
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/
	var NoOffFirstLineMenus=14;			// Number of main menu  items
							// Colorvariables:
							// Color variables take HTML predefined color names or "#rrggbb" strings
							//For transparency make colors and border color ""
	var LowBgColor="#6c8697";			// Background color when mouse is not over
	var HighBgColor="#CDD6D9";			// Background color when mouse is over #CDD6D9
	var FontLowColor="#FFFFFF";			// Font color when mouse is not over
	var FontHighColor="#840204";			// Font color when mouse is over
	var BorderColor="#e4f2e4";			// Border color
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="Trebuchet MS";			// Font family menu items
	var FontSize=10;				// Font size menu items
	var FontBold=0;					// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered="left";			// Item text position left, center or right
	var MenuCentered="left";			// Menu horizontal position can be: left, center, right, justify,
							//  leftjustify, centerjustify or rightjustify. PartOfWindow determines part of window to use
	var MenuVerticalCentered="top";			// Menu vertical position top, middle,bottom or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=0;					// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;				// delay before menu folds in
	var UnfoldDelay=100;				// delay before sub unfolds	
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame="";				// Frame where first level appears
	var SecLineFrame="";				// Frame where sub levels appear
	var DocTargetFrame="";				// Frame where target documents appear
	var TargetLoc="MenuPos";			// span id for relative positioning
	var MenuWrap=1;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var BottomUp=0;					// enables/ disables Bottom up unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var BaseHref="";				// BaseHref lets you specify the root directory for relative links. 
							// The script precedes your relative links with BaseHref
							// For instance: 
							// when your BaseHref= "http://www.MyDomain/" and a link in the menu is "subdir/MyFile.htm",
							// the script renders to: "http://www.MyDomain/subdir/MyFile.htm"
							// Can also be used when you use images in the textfields of the menu
							// "MenuX=new Array("<img src=\""+BaseHref+"MyImage\">"
							// For testing on your harddisk use syntax like: BaseHref="file:///C|/MyFiles/Homepage/"

	var Arrws=["http://www.bonairpc.org/menu/arrow.gif",10,10,"http://www.bonairpc.org/menu/arrow.gif",10,10,"http://www.bonairpc.org/menu/arrow.gif",10,10,"http://www.bonairpc.org/menu/arrow.gif",10,10];

							// Arrow source, width and height.
							// If arrow images are not needed keep source ""

	var MenuUsesFrames=0;				// MenuUsesFrames is only 0 when Main menu, submenus,
							// document targets and script are in the same frame.
							// In all other cases it must be 1

	var RememberStatus=0;				// RememberStatus: When set to 1, menu unfolds to the presetted menu item. 
							// When set to 2 only the relevant main item stays highligthed
							// The preset is done by setting a variable in the head section of the target document.
							// <head>
							//	<script type="text/javascript">var SetMenu="2_2_1";</script>
							// </head>
							// 2_2_1 represents the menu item Menu2_2_1=new Array(.......

	var PartOfWindow=.7;				// PartOfWindow: When MenuCentered is justify, sets part of window width to stretch to

							// Below some pretty useless effects, since only IE6+ supports them
							// I provided 3 effects: MenuSlide, MenuShadow and MenuOpacity
							// If you don't need MenuSlide just leave in the line var MenuSlide="";
							// delete the other MenuSlide statements
							// In general leave the MenuSlide you need in and delete the others.
							// Above is also valid for MenuShadow and MenuOpacity
							// You can also use other effects by specifying another filter for MenuShadow and MenuOpacity.
							// You can add more filters by concanating the strings
	var MenuSlide="";
	var MenuShadow="";
	var MenuOpacity="";

	function BeforeStart(){return}
	function AfterBuild(){return}
	function BeforeFirstOpen(){return}
	function AfterCloseAll(){return}

// Menu tree:
// MenuX=new Array("ItemText","Link","background image",number of sub elements,height,width,"bgcolor","bghighcolor",
//	"fontcolor","fonthighcolor","bordercolor","fontfamily",fontsize,fontbold,fontitalic,"textalign","statustext");
// Color and font variables defined in the menu tree take precedence over the global variables
// Fontsize, fontbold and fontitalic are ignored when set to -1.
// For rollover images ItemText format is:  "rollover?"+BaseHref+"Image1.jpg?"+BaseHref+"Image2.jpg" 

Menu1=new Array("Home","http://www.bonairpc.org/","",0,27,120,"","","","","","",-1,-1,-1,"","");

Menu2=new Array("Searches","http://www.bonairpc.org/zoom/search.php","",0,27,120,"","","","","","",-1,-1,-1,"","");

Menu3=new Array("About","","",7,27,120,"","","","","","",-1,-1,-1,"","");
	Menu3_1=new Array("Vision & Mission","http://www.bonairpc.org/about/mission.html","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
	Menu3_2=new Array("More About us ","http://www.bonairpc.org/about/welcome.html","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
	Menu3_3=new Array("History","http://www.bonairpc.org/history.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
	Menu3_4=new Array("Staff","http://www.bonairpc.org/staff/index.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
        Menu3_5=new Array("Leadership","","",2,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
        Menu3_5_1=new Array("Session","http://www.bonairpc.org/leadership.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
        Menu3_5_2=new Array("Committees","http://www.bonairpc.org/leadership.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");

	Menu3_6=new Array("Map & Directions","http://www.bonairpc.org/location.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
	Menu3_7=new Array("Administrative","","",4,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
        Menu3_7_1=new Array("Sunday School Policy","http://www.bonairpc.org/schoolpolicy.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
        Menu3_7_2=new Array("Endowment Fund","http://www.bonairpc.org/endowment.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
        Menu3_7_3=new Array("Electronic Funds","http://www.bonairpc.org/eft.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
        Menu3_7_4=new Array("BAPC Archive","http://www.bonairpc.org/archive/","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");




Menu4=new Array("Contact","http://www.bonairpc.org/contacts/","",0,27,120,"","","","","","",-1,-1,-1,"","");

Menu5=new Array("News & Calendar","","",4,27,120,"","","","","","",-1,-1,-1,"","");
	Menu5_1=new Array("News","javascript:NewWin=window.open(\"http://www.bonairpc.org/news/aktuell.php\",\"NWin\");window[\"NewWin\"].focus()","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");	        
	Menu5_2=new Array("Monthly Calendar","javascript:NewWin=window.open(\"http://www.bonairpc.org/calendar.shtml\",\"NWin\");window[\"NewWin\"].focus()","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
	Menu5_3=new Array("Weekly Calendar","javascript:NewWin=window.open(\"http://www.bonairpc.org/weekly.shtml\",\"NWin\");window[\"NewWin\"].focus()","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
	Menu5_4=new Array("Monthly  Newsletter","http://www.bonairpc.org/newsletter/csvread.pl?mytemplate=tp2","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
        




Menu6=new Array("Worship","","",4,27,120,"","","","","","",-1,-1,-1,"","");
	        Menu6_1=new Array("Sunday Worship","http://www.bonairpc.org/sundayservice.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
	        Menu6_2=new Array("Sermons","http://www.bonairpc.org/cgi-bin/archive/csvread.pl","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
		Menu6_3=new Array("Bulletins","http://www.bonairpc.org/cgi-bin/archive/csvread.pl","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
		Menu6_4=new Array("Memorial Services","http://www.bonairpc.org/memorial_services.html","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
				

Menu7=new Array("Ministries","","",6,27,120,"","","","","","",-1,-1,-1,"","");
	Menu7_1=new Array("Sunday Worship","http://www.bonairpc.org/sundayservice.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");



	Menu7_2=new Array("Christian Ed","","",5,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
		Menu7_2_1=new Array("Overview","http://www.bonairpc.org/opportunities.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");	
		Menu7_2_2=new Array("Preschool","http://www.bonairpc.org/prek.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
		Menu7_2_3=new Array("Elementary","http://www.bonairpc.us/worm.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");

		Menu7_2_4=new Array("Youth","http://www.bonairpc.org/youth.shtml","",0,27,120,"","","","","","",-1,-1,-1,"","");

		Menu7_2_5=new Array("Adult","http://www.bonairpc.org/adults.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");

	Menu7_3=new Array("Stewardship","http://www.bonairpc.org/endowment.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");



	Menu7_4=new Array("Music Ministry","","",3,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
		Menu7_4_1=new Array("BAPC Choral Program","http://www.bonairpc.org/music.shtml","",0,27,150,"","","","","#FFFF99","",-1,-1,-1,"","");

		Menu7_4_2=new Array("BAPC Handbell Program","http://www.bonairpc.org/music.shtml","",0,27,150,"","","","","#FFFF99","",-1,-1,-1,"","");
		Menu7_4_3=new Array("BAPC Concert Series","http://www.bonairpc.org/concert.shtml","",0,27,150,"","","","","#FFFF99","",-1,-1,-1,"","");



	Menu7_5=new Array("Outreach Ministry","http://www.bonairpc.org/Sermons/blank.htm","",5,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
		Menu7_5_1=new Array("CARITAS","http://www.bonairpc.org/caritas.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
		Menu7_5_2=new Array("RISC","http://www.bonairpc.org/risc.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
		Menu7_5_3=new Array("Blood Drive","http://bonairpc.org/blooddrive.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
		Menu7_5_4=new Array("Fair Trade Products","http://www.bonairpc.us/fairtrade.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
		Menu7_5_5=new Array("Freedom House","http://www.bonairpc.org/cgi-bin/freedomhouse/csvread.pl","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");

	Menu7_6=new Array("Fellowship Ministry","http://www.bonairpc.org/Sermons/blank.htm","",3,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
		Menu7_6_1=new Array("Opportunities","http://www.bonairpc.org/caritas.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
		Menu7_6_2=new Array("Salt Shakers","http://www.bonairpc.org/saltshakers.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");
		Menu7_6_3=new Array("Mature Moderns","http://www.bonairpc.org/maturemoderns.shtml","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");



Menu8=new Array("Important Links","","",5,27,120,"","","","","","",-1,-1,-1,"","");
	Menu8_1=new Array("BAPC Preschool","http://www.bonairpreschool.com","",0,27,200,"","","","","#FFFF99","",-1,-1,-1,"","");
	Menu8_2=new Array("Presbyterian Church USA","http://www.pcusa.org","",0,27,200,"","","","","#FFFF99","",-1,-1,-1,"","");
	Menu8_3=new Array("Presbytery of the James","http://www.presbyteryofthejames.org","",0,27,200,"","","","","#FFFF99","",-1,-1,-1,"","");
	Menu8_4=new Array("Presbyterians Today Magazine","http://www.pcusa.org/today/index.htm","",0,27,200,"","","","","#FFFF99","",-1,-1,-1,"","");
	Menu8_5=new Array("Union-PSCE","http://www.union-psce.edu","",0,27,200,"","","","","#FFFF99","",-1,-1,-1,"","");


Menu9=new Array("Weekly Calendar","http://www.bonairpc.org/weekly.shtml","",0,27,120,"","","","","","",-1,-1,-1,"","");

Menu10=new Array("Monthly Newsletter","http://www.bonairpc.org/newsletter/csvread.pl?mytemplate=tp2","",0,27,140,"","","","","#FFFF99","",-1,-1,-1,"","");


Menu11=new Array("Photo Album","http://www.bonairpc.org/album","",0,27,120,"","","","","","",-1,-1,-1,"","");


Menu12=new Array("Sitemap","http://www.bonairpc.org/sitemap.shtml","",0,27,120,"","","","","","",-1,-1,-1,"","");
Menu13=new Array("Archive","http://www.bonairpc.org/archive/","",0,27,120,"","","","","","",-1,-1,-1,"","");
Menu14=new Array("BAPC Shop","http://www.bonairpc.org/bapcshop/","",0,27,120,"","","","","","",-1,-1,-1,"","");
