
	var NoOffFirstLineMenus=4;			// Number of first level items
	var LowBgColor='#8db1cf';                                 // Background color when mouse is not over
	var LowSubBgColor='#8db1cf';                           // Background color when mouse is not over on subs
	var HighBgColor='#c7d9e7';                               // Background color when mouse is over
	var HighSubBgColor='#c7d9e7';                          // Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';                              // Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';                        // Font color subs when mouse is not over
	var FontHighColor='#d97f09';                              // Font color when mouse is over
	var FontSubHighColor='#d97f09';                                    // Font color subs when mouse is over
	var BorderColor='';                                // Border color
	var BorderSubColor='#ffffff';                           // Border color for subs
	var BorderWidth=1;                                            // Border width
	var BorderBtwnElmnts=1;                                   // Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"   // Font family menu items
	var FontSize=8;                                     // Font size menu items
	var FontBold=1;                                     // Bold menu items 1 or 0
	var FontItalic=0;                                     // Italic menu items 1 or 0
	var MenuTextCentered='center';                                // Item text position 'left', 'center' or 'right'
	var MenuCentered='';                              // Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='';                   // Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.0;                                           // horizontal overlap child/ parent
	var ChildVerticalOverlap=.1;                                // 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=5;                                              // Left padding
	var TopPaddng=2;                                              // 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=800;                                    // delay before menu folds in
	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='menu';                                     // span id for relative positioning
	var HideTop=1;                                       // Hide first level when loading new document 1 or 0
	var MenuWrap=0;                                               // 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=['',0,0,'',0,0,'',0,0];        // Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// 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("rollover:images/menuImages/home_off.jpg:images/menuImages/home_on.jpg","index.asp","",0,25,66);

Menu2=new Array("rollover:images/menuImages/aboutus_off.jpg:images/menuImages/aboutus_on.jpg","aboutUs.asp","",9,25,67);
	Menu2_1=new Array("Welcome","aboutUs.asp","",0,17,150);
	Menu2_2=new Array("Service Times","serviceTimes.asp","",0,17,150);
	Menu2_3=new Array("Map/Directions","directions.asp","",0,17,150);
	Menu2_4=new Array("Church Floor Plan","churchFloorPlan.asp","",0,17,150);
	Menu2_5=new Array("What To Expect","whatToExpect.asp","",0,17,150);
	Menu2_6=new Array("Meet Our Staff","meetOurStaff.asp","",0,17,150);
	Menu2_7=new Array("Core Values","coreValues.asp","",0,17,150);
	Menu2_8=new Array("What We Believe","javascript:window.open('http://www.cggc.org/WhatWeBelieve.htm');","",0,17,150);
	Menu2_9=new Array("Contact Us","contactUs.asp","",0,17,150);

Menu3=new Array("rollover:images/menuImages/ministries_off.jpg:images/menuImages/ministries_on.jpg","sundaySchoolIndex.asp","",5,25,77);
    Menu3_1=new Array("Sunday School","sundaySchoolIndex.asp","",0,17,150);
    Menu3_2=new Array("Youth","javascript:window.open('http://www.3gchurch.org/youth')","",0,17,150);
    Menu3_3=new Array("Children","javascript:alert('Coming Soon!')","",0,17,150);
    Menu3_4=new Array("College Students","javascript:alert('Coming Soon!')","",0,17,150);    
    Menu3_5=new Array("Small Groups","smallGroupIndex.asp","",0,17,150);
    //Menu3_5=new Array("Music/Arts","#","",0,17,150);

Menu4=new Array("rollover:images/menuImages/resources_off.jpg:images/menuImages/resources_on.jpg","javascript:alert('Coming Soon!')","",3,25,94);
	Menu4_1=new Array("Audio Media","media.asp?mTyp=audio","",0,17,150);
	Menu4_2=new Array("Video Media","media.asp?mTyp=video","",0,17,150);
	Menu4_3=new Array("All Media","media.asp","",0,17,150);
    //Menu4_4=new Array("Links","#","",0,17,150);
    //Menu4_5=new Array("Search","#","",0,17,150);




