
//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='white';			// Background color when mouse is not over on subs
	var HighBgColor='#83a141';			// Background color when mouse is over
	var HighSubBgColor='#b7cf84';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.2;
	var StartTop=0; //set vertical offset
	var StartLeft=109; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=8;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var TargetLoc='menuholder';				// 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=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['menu/tri.gif',5,10,'menu/tridown.gif',10,5,'menu/trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

Menu1=new Array("Home","index.php","",0,18,87);

Menu2=new Array("Ministry Development","mindev.php?page=cme14","",5,18,120);
	Menu2_1=new Array("CME 1-4","mindev.php?page=cme14","",0,20,133);
	Menu2_2=new Array("CME 5+","mindev.php?page=cme5","",0);
	Menu2_3=new Array("Events","mindev.php?page=events","",0);
	Menu2_4=new Array("Further Study","mindev.php?page=further","",0);
	Menu2_5=new Array("Grants","mindev.php?page=grants","",0);

Menu3=new Array("Local Ministry","locmin.php?page=lm","",2);
	Menu3_1=new Array("Local Ministry","locmin.php?page=lm","",0,20,145);
	Menu3_2=new Array("Education For Discipleship","locmin.php?page=efd","",0);

Menu4=new Array("Trainings","trainings.php","",3);
	Menu4_1=new Array("Search","trainings.php?action=startsearch","",0,20,100);
	Menu4_2=new Array("Forthcoming","trainings.php","",0);
	Menu4_3=new Array("All","trainings.php?past=y","",0);

Menu5=new Array("About Us","aboutus.php","",2);
	Menu5_1=new Array("The Team","aboutus.php?page=team","",0,18,100);
	Menu5_2=new Array("Contact Us","aboutus.php?page=contact","",0);

Menu6=new Array("Diocesan Website","http://www.stalbans.anglican.org","",0,18,100);


//Menu7=new Array("","","",0,18,118);
