
	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='#004080';			// Background color when mouse is not over
	var LowSubBgColor='#002040';			// Background color when mouse is not over on subs
	var HighBgColor='#004080';			// Background color when mouse is over
	var HighSubBgColor='#002040';			// Background color when mouse is over on subs
	var FontLowColor='#d3c698';			// Font color when mouse is not over
	var FontSubLowColor='#d3c698';			// Font color subs when mouse is not over
	var FontHighColor='#ffffff';			// Font color when mouse is over
	var FontSubHighColor='#ffffff';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;				// Border between elements 1 or 0
	var FontFamily="arial,tahoma"			// Font family menu items
	var FontSize=8;					// 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 'left', 'center' or 'right'
	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=85;				// Menu offset x coordinate
	var StartLeft=22;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=4;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=0;				// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='frame_top';			// Frame where first level appears
	var SecLineFrame='frame_top';			// Frame where sub levels appear
	var DocTargetFrame='frame_main';		// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=1;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;				// menu tree checking on or off 1 or 0
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}
var basepath = "http://www.rollinghillscc.org/";

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("about us","","",5,15,60);
	Menu1_1=new Array("history",basepath + "ab_history.php","",0,14,100);
	Menu1_2=new Array("mission",basepath + "ab_mission.php","",0,14,100);	
	Menu1_3=new Array("staff",basepath + "ab_staff.php","",0,14,100);
	Menu1_4=new Array("location",basepath + "ab_locate.php","",0,14,100);
	Menu1_5=new Array("pastor's message",basepath + "ab_pastor.php","",0,14,100);
//	Menu1_6=new Array("vision",basepath + "ab_campaign.php","",0,14,100);

Menu2=new Array("worship",basepath + "wr_services.php","",0,15,60);
	Menu2_1=new Array("services",basepath + "wr_services.php","",0,14,100);

Menu3=new Array("news \& events","","",2,14,100);
	Menu3_1=new Array("calendar",basepath + "calendar/ev_calendar.php","",0,14,100);
	Menu3_2=new Array("news",basepath + "ev_news.php","",0,14,100);

Menu4=new Array("student ministries","","",3,15,100);
	Menu4_1=new Array("student ministries",basepath + "sm_student.php","",0,14,100);
	Menu4_2=new Array("impact",basepath + "sm_impact.php?type=1","",0,14,100);
	Menu4_3=new Array("project 412","http://www.project412.com/","",0,14,100);	

Menu5=new Array("children's ministry",basepath + "cm_children.php?type=2","",0,15,110);
	
Menu6=new Array("adult ministries",basepath + "am_ministries.php","",5,15,95);
	Menu6_1=new Array("men & women",basepath + "am_men_women.php","",0,14,100);	
	Menu6_2=new Array("prime time (seniors)",basepath + "am_primetime.php?type=4","",0,14,100);
	Menu6_3=new Array("small groups",basepath + "am_small_groups.php","",0,14,100);	
	Menu6_4=new Array("classes",basepath + "am_classes.php","",0,14,100);	
	Menu6_5=new Array("shares",basepath + "am_shares.php","",0,14,100);	
	
Menu7=new Array("resources","","",3,15,95);
	Menu7_1=new Array("listen to sermons",basepath + "am_sermon_archive.php","",0,14,95);
	Menu7_2=new Array("message CDs",basepath + "rs_tapes.php","",0,14,95);	
	Menu7_3=new Array("event tickets","http://rollinghillscc.tix.com ","",0,14,95);
//	Menu7_4=new Array("misc links",basepath + "rs_links.php","",0,14,95);
	
Menu8=new Array("contact us",basepath + "cu_contact.php","",0,15,80);
	
