// The following line is critical for menu operation, and must appear only once.

menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

//Please leave the above line intact

////////////////////////////////////



// Editable properties START here //



////////////////////////////////////

effect = "Fade(duration=.1);Alpha(style=0,opacity=99);" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters

timegap=500				// The time delay for menus to remain visible

followspeed=5			// Follow Scrolling speed

followrate=40			// Follow Scrolling Rate

suboffset_top=0;		// Sub menu offset Top position 

suboffset_left=0;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"ffffff",				// Mouse Off Font Color
"999999",				// Mouse Off Background Color
"FFFFC6",				// Mouse On Font Color
"999999",				// Mouse On Background Color
"000099",				// Menu Border Color 
13,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"Arial, Verdana",		// Font Name
4,						// Menu Item Padding
"/images/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"",				// 3D High Color
"",				// 3D Low Color
"",				// Current Page Item Font Color (leave this blank to disable)
"",					// Current Page Item Background Color (leave this blank to disable)
"",			// Top Bar image (Leave this blank to disable)
"",				// Menu Header Font Color (Leave blank if headers are not needed)
"",				// Menu Header Background Color (Leave blank if headers are not needed)
]

style2=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"FFFFFF",				// Mouse Off Font Color
"013567",				// Mouse Off Background Color
"013567",				// Mouse On Font Color
"ffffff",				// Mouse On Background Color
"99cc99",				// Menu Border Color 
11,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"BOLD",					// Font Weight (bold or normal)
"Arial, Verdana",		// Font Name
4,						// Menu Item Padding
"/images/arrow.gif",	// Sub Menu Image (Leave this blank if not needed)
,				// 3D Border & Separator bar
"",				// 3D High Color
"",				// 3D Low Color
"",				// Current Page Item Font Color (leave this blank to disable)
"",				// Current Page Item Background Color (leave this blank to disable)
"",				// Top Bar image (Leave this blank to disable)
"",				// Menu Header Font Color (Leave blank if headers are not needed)
"",				// Menu Header Background Color (Leave blank if headers are not needed)
]

if (/MSIE ([8].\d+);/.test(navigator.userAgent)){
	addmenu(menu=[		// This is the array that contains your menu properties and details
	
	"mainmenu",			// Menu Name - This is needed in order for the menu to be called
	0,					// Menu Top - The Top position of the menu in pixels
	162,				// Menu Left - The Left position of the menu in pixels
	,					// Menu Width - Menus width in pixels
	0,					// Menu Border Width 
	,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
	style2,				// Properties Array - this is set higher up, as above
	1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
	"center",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
	effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
	,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
	1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
	,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
	,					// Position of TOP sub image left:center:right
	,					// ..Now Obsolete..
	,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
	,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
	,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
	,					// Reserved for future use
	,					// Reserved for future use
	,					// Reserved for future use
	,"&nbsp;&nbsp;Home&nbsp;&nbsp;","/",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	,"&nbsp;&nbsp;Worship&nbsp;&nbsp;","show-menu=worship",,"",1
	,"&nbsp;&nbsp;Ministries&nbsp;&nbsp;","show-menu=ministries",,"",1
	,"&nbsp;&nbsp;Performing&nbsp;Arts&nbsp;&nbsp;","show-menu=arts",,"",1
	,"&nbsp;&nbsp;Give&nbsp;to&nbsp;Redeemer&nbsp;&nbsp;","/giving/giving.jsp",,"Information on Giving to Redeemer",1 
	,"&nbsp;&nbsp;Resources&nbsp;&nbsp;","show-menu=resources",,"",1
	,"&nbsp;&nbsp;Registrations&nbsp;&nbsp;","/registrations/index.html",,"Registration Forms",1
	])
}
else if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)){
	addmenu(menu=[		// This is the array that contains your menu properties and details
	
	"mainmenu",			// Menu Name - This is needed in order for the menu to be called
	124,					// Menu Top - The Top position of the menu in pixels
	162,				// Menu Left - The Left position of the menu in pixels
	,					// Menu Width - Menus width in pixels
	0,					// Menu Border Width 
	,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
	style2,				// Properties Array - this is set higher up, as above
	1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
	"center",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
	effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
	,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
	1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
	,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
	,					// Position of TOP sub image left:center:right
	,					// ..Now Obsolete..
	,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
	,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
	,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
	,					// Reserved for future use
	,					// Reserved for future use
	,					// Reserved for future use
	,"&nbsp;&nbsp;Home&nbsp;&nbsp;","/",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	,"&nbsp;&nbsp;Worship&nbsp;&nbsp;","show-menu=worship",,"",1
	,"&nbsp;&nbsp;Ministries&nbsp;&nbsp;","show-menu=ministries",,"",1
	,"&nbsp;&nbsp;Performing&nbsp;Arts&nbsp;&nbsp;","show-menu=arts",,"",1
	,"&nbsp;&nbsp;Give&nbsp;to&nbsp;Redeemer&nbsp;&nbsp;","/giving/giving.jsp",,"Information on Giving to Redeemer",1 
	,"&nbsp;&nbsp;Resources&nbsp;&nbsp;","show-menu=resources",,"",1
	,"&nbsp;&nbsp;Registrations&nbsp;&nbsp;","/registrations/index.html",,"Registration Forms",1
	])
}
else {
	addmenu(menu=[		// This is the array that contains your menu properties and details
	
	"mainmenu",			// Menu Name - This is needed in order for the menu to be called
	117,					// Menu Top - The Top position of the menu in pixels
	2,				// Menu Left - The Left position of the menu in pixels
	104,					// Menu Width - Menus width in pixels
	0,					// Menu Border Width 
	,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
	style2,				// Properties Array - this is set higher up, as above
	1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
	"center",				// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
	effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
	,					// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
	1, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
	,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
	,					// Position of TOP sub image left:center:right
	,					// ..Now Obsolete..
	,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
	,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
	,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
	,					// Reserved for future use
	,					// Reserved for future use
	,					// Reserved for future use
	,"Home","/",,"Back to the home page",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
	,"Worship","show-menu=worship",,"",1
	,"Ministries","show-menu=ministries",,"",1
	,"Performing&nbsp;Arts","show-menu=arts",,"",1
	,"Give&nbsp;to&nbsp;Redeemer","/giving/giving.jsp",,"Information on Giving to Redeemer",1 
	,"Resources","show-menu=resources",,"",1
	,"Registrations","/registrations/index.html",,"Registration Forms",1
	])
}

	addmenu(menu=["worship",
	,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Traditional","/worship/traditional.jsp",,"Traditional Service",1
	,"Contemporary","/worship/contemporary.jsp",,"Contemporary Service",1
	,"Other","/worship/other.jsp",,"Other Services",1
	])

	addmenu(menu=["ministries",
	,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Adult&nbsp;Ministries","show-menu=adult",,"Adult Ministries",1
	,"Alpha","/ministries/alpha.htm",,"Alpha",1
	,"Camp&nbsp;Ministries","/camp_ministries/index.html",,"Camp Ministries",1
	,"Children&#0180;s&nbsp;Ministries", "/children_ministries/index.html",,"Children",1
	,"Men&#0180;s&nbsp;Ministries","/ministries/mens.htm",,"Men&#0180;s Ministries",1
	,"Women&#0180;s&nbsp;Ministries", "show-menu=women",,"Women&#0180;s Ministries",1
	,"Marriage&nbsp;Ministries", "/ministries/marriage_ministries.html",,"Marriage Ministries",1
	,"Outreach","/outreach/missions.html",,"Outreach",1
	,"Preschool","/bbcp/index.jsp",,"Building Blocks Christian Preschool",1
	,"Student&nbsp;Ministries", "/student_ministries/index.html",,"Student",1
	,"Wednesday&nbsp;Night&nbsp;Alive","/wna/index.html",,"Wednesday Night Alive",1
	,"Young&nbsp;Adults", "/student_ministries/common_ground.html",,"Young Adults",1
	,"Financial&nbsp;Peace", "/fpu/index.html",,"Financial Peace University",1
	,"Service&nbsp;Ministries", "show-menu=service",,"Service Ministries",1
	])

	addmenu(menu=["service",
	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Redeemer&nbsp;Gardens","/service/gardens.html",,"Redeemer Gardens",1
	])

	addmenu(menu=["women",
	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Precious&nbsp;Hearts","/ministries/precious_hearts.html",,"Precious Hearts",1
	,"Wellspring","/ministries/wellspring.html",,"Wellspring",1
	])

	addmenu(menu=["adult",
	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Small&nbsp;Groups","/ministries/groups.htm",,"Small Groups",1
	,"Hospitality","/ministries/hospitality.htm",,"Hospitality",1
	,"Network","/ministries/network.htm",,"Network Course",1
	,"Personal&nbsp;Finance","/ministries/finance.htm",,"Perosnal Finance",1
	,"Personal&nbsp;Transformation Prayer","/rlc/ministries/personal_transformation.html",,"Personal Transformation Prayer",1
	,"Cursillo","/ministries/cursillo.htm",,"MN Via de Cristo",1
	])

	addmenu(menu=["arts",
	,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Children's&nbsp;Musicals","/arts/musicals.jsp",,"Childrens Musicals",1
	,"Music","/arts/music.jsp",,"Music",1
	//,"Drama","/arts/drama.htm",,"Drama",1
	//,"Tech Crew","/arts/tech.htm",,"Technical Crew Opportunities",1
	,"Kids&nbsp;Praise&nbsp;Company","/arts/kpc.jsp",,"Kids Praise Company", 1
	])

	addmenu(menu=["resources",
	,,200,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Message&nbsp;Audio&nbsp;&&nbsp;Notes","/messages/messages.jsp",,"Message Audio & Notes",1
	,"Message&nbsp;Series&nbsp;Archive","/messages/series.jsp",,"Archive of Past Message Series",1
	,"Redeeming&nbsp;Times","/resources/rtimes.jsp",,"Redeeming Times",1
	,"Parent&nbsp;Link","/children_ministries/parent_link.html",,"Parent Link",1
	,"Schedule&nbsp;Facility&nbsp;Use","/calendar_request.jsp",,"Schedule Facility Use",1
	,"Institute&nbsp;of&nbsp;Lutheran&nbsp;Theology","/resources/lutheran_theology.html",,"Institute of Lutheran Theology",1
	,"Contact&nbsp;Update","/contact_update.html",,"Contact Update",1
	,"Daily&nbsp;Texts","http://www.mountcarmelministries.com/grow-in-the-word/daily-texts",,"Daily Texts",1
	])
	
dumpmenus()



