/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#32cccc';			// Background color when mouse is not over
	var LowSubBgColor='#e1ffff';			// Background color when mouse is not over on subs
	var HighBgColor='#000080';			// Background color when mouse is over
	var HighSubBgColor='#000080';			// Background color when mouse is over on subs
	var FontLowColor='#000080';			// Font color when mouse is not over
	var FontSubLowColor='#000080';			// 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='#32cccc';			// Border color
	var BorderSubColor='#30b8b8';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,verdana,comic sans ms,technical"	// 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' or 'bottom'
	var ChildOverlap=.005;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=135;				// 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=6;				// Left padding
	var TopPaddng=5;				// 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=700;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// DIV id for relative positioning (refer to config.htm for info)
	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

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



Menu1=new Array("rationale: all are called","","",5,25,160);
        Menu1_1=new Array("all are called","../rationale/called.htm","",0,25,115);
	Menu1_2=new Array("what is a 'disciple'?","../rationale/disciple.htm","",0);
	Menu1_3=new Array("what is a 'minister'?","../rationale/minister.htm","",0);
        Menu1_4=new Array("recent writings","../rationale/recent.htm","",0);
	Menu1_5=new Array("other websites","../rationale/other.htm","",0);



Menu2=new Array("related to God and each other","","",1);
	Menu2_1=new Array("the point of it all","../related/point.htm","",0,25,100);	
	
	
	
Menu3=new Array("the need for change","","",6);
	Menu3_1=new Array("the three e's","../change/three.htm","",0,25,130);
	Menu3_2=new Array("envision the laos","../change/envision.htm","",0);
        Menu3_3=new Array("equip the laos","../change/equip.htm","",0);
        Menu3_4=new Array("empower the laos","../change/empower.htm","",0);
        Menu3_5=new Array("framework for growth","../change/growth.htm","",0);
        Menu3_6=new Array("email reflection archive","../change/archive.htm","",0);        

Menu4=new Array("eLearning courses","","",3);
	Menu4_1=new Array("about our courses","../courses/cclcourses.htm","",0,25,110);
	Menu4_2=new Array("courses available","../courses/available.htm","",0);
	Menu4_3=new Array("how to enrol","../courses/e-quip.htm","",0)
		
Menu5=new Array("about eLearning","","",2);
	Menu5_1=new Array("what is eLearning?","../elearning/what.htm","",0,25,130);
                  Menu5_2=new Array("eLearning email archive","../elearning/archive.htm","",0);

Menu6=new Array("about allbelievers","","",7);
	Menu6_1=new Array("vision","../about/vision.htm","",0,25,115);
        Menu6_2=new Array("values","../about/values.htm","",0);
        Menu6_3=new Array("who's behind it","../about/who.htm","",0);
        Menu6_4=new Array("join this community","../about/join.htm","",0);
        Menu6_5=new Array("please contribute","../about/contribute.htm","",0);
        Menu6_6=new Array("contact us","../about/contact.htm","",0);
        Menu6_7=new Array("copyright details","../about/copyright.htm","",0);



