	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='#eeeeee';			// Background color when mouse is not over
	var LowSubBgColor='#ffffff';			// Background color when mouse is not over on subs
	var HighBgColor='#eeeeee';			// Background color when mouse is over
	var HighSubBgColor='#eeeeee';			// Background color when mouse is over on subs
	var FontLowColor='#009900';			// Font color when mouse is not over
	var FontSubLowColor='#009900';			// Font color subs when mouse is not over
	var FontHighColor='#006600';			// Font color when mouse is over
	var FontSubHighColor='#006600';			// Font color subs when mouse is over
	var BorderColor='#eeeeee';			// Border color
	var BorderSubColor='#eeeeee';			// Border color for subs
	var BorderWidth=0.95;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial, verdana";		// 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='center';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// 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=160;				// 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=2;				// Left padding
	var RightPadding=2;				// Right padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=200;				// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='self';			// Frame where first level appears
	var SecLineFrame='self';			// Frame where sub levels appear
	var DocTargetFrame='self';			// 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=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=['images/menu_tri.gif',5,10,'images/menu_tri_d.gif',10,5,'images/menu_tri_l.gif',5,10];	// Arrow source, width and height
	var DefaultItemHeight = 20;
	var DefaultItemWidth = 115;

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("home","index.html","",0,DefaultItemHeight,75);

Menu2=new Array("agape church","#","",6,DefaultItemHeight,120,DefaultItemWidth=110);
	Menu2_1=new Array("about agape","about_1.html","",0,DefaultItemHeight,130);
	Menu2_2=new Array("our faith","about_ourfaith.html","",0,DefaultItemHeight,130);
	Menu2_3=new Array("agape vision","about_vision.html","",0,DefaultItemHeight,130);
	Menu2_4=new Array("church schedule","about_schedule.html","",0);
	Menu2_5=new Array("articles","articles.html","",0);
	Menu2_6=new Array("testimonies","about_testimonies.html","",0);
	
Menu3=new Array("ministries","#","",6,DefaultItemHeight,100);
	Menu3_1=new Array("new christians","ministry_newchristian.html","",0,DefaultItemHeight,130);
	Menu3_2=new Array("connect groups","ministry_connectgroups.html","",0);
	Menu3_3=new Array("youth","ministry_youth.html","",1);
	Menu3_3_1=new Array("youth update","ministry_youth_update.html","",0,DefaultItemHeight,DefaultItemWidth);
	Menu3_4=new Array("worship","ministry_worship.html","",0);
	Menu3_5=new Array("missions","ministry_missions.html","",2);
	Menu3_5_1=new Array("hope manila 08","ministry_missions_hopemanila08.html","",0,DefaultItemHeight,DefaultItemWidth);
	Menu3_5_2=new Array("missions update","ministry_missions_update.html","",0,DefaultItemHeight,DefaultItemWidth);
	Menu3_6=new Array("learning centre","ministries_learningcentre_peace.html","",1);
	Menu3_6_1=new Array("salvation", "ministries_learningcentre_salvation.html","",0,DefaultItemHeight,DefaultItemWidth);

Menu4=new Array("community","#","",3,DefaultItemHeight,100);
	Menu4_1=new Array("webmail","#","",0,DefaultItemHeight,130);
	Menu4_2=new Array("forums","javascript:window.open('http://www.agape.org.au/forums')","",0);
	Menu4_3=new Array("chat","javascript:window.open('http://agape.org.au/chat/chat')","",0);
			
Menu5=new Array("agape international","#","",3,DefaultItemHeight,155);
	Menu5_1=new Array("san diego, usa","soon.html","",0,DefaultItemHeight,140);
	Menu5_2=new Array("texas, usa","soon.html","",0);
	Menu5_3=new Array("novaliches, philippines","international_novaliches.html","",0);

Menu6=new Array("links","#","",1,DefaultItemHeight,70);
	Menu6_1=new Array("our daily bread (devotions)","javascript:window.open('http://www.rbc.org/odb/odb.shtml');", "",0,DefaultItemHeight,130);

Menu7=new Array("contact","#","",2,DefaultItemWidth,90);
	Menu7_1=new Array("church contacts","contacts.html","",0,DefaultItemHeight,130);
	Menu7_2=new Array("more info","mailto:webmaster@agape.org.au","",0);
	