//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=7; //set number of main menu items
	var LowBgColor='rgb(87, 138, 62)';
	var HighBgColor='rgb(87, 138, 62)';
	var FontLowColor='rgb(255, 255, 204)';
	var FontHighColor='rgb(242, 146, 26)'; 
	var BorderColor='rgb(255, 255, 204)';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Arial,technical,arial";
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=150; //set vertical offset
	var StartLeft=10; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=5;
	var TopPaddng=2;
	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=250;
	var TakeOverBgColor=1;
	var FirstLineFrame='self';
	var SecLineFrame='self';
	var DocTargetFrame='self';
	var WebMasterCheck=0;

//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("About Us","profile.htm",5,20,100);
Menu1_1=new Array("Contacts","contacts.htm",0,20,150);
Menu1_2=new Array("Life Architects","profile.htm",0,20,150);
Menu1_3=new Array("Sajeela Cormack","sajeela.htm",0,20,150);
Menu1_4=new Array("Hadrian","hadrian.htm",0,20,150);
Menu1_5=new Array("News","news.htm",0,20,150);
Menu2=new Array("Our Services","services.htm",2,20,150);
Menu2_1=new Array("Life Coaching","coaching.htm",0,20,150);
Menu2_2=new Array("Professional Speakers","services.htm#speaking",0,20,150);
Menu3=new Array("Our Courses","",7,20,150);
Menu3_1=new Array("2003 Training Schedule","schedule2003.htm",0,20,150);
Menu3_2=new Array('"The Keys" Seminar',"introductionevenings.htm",0,20,150);
Menu3_3=new Array("Conscious Health","conscioushealth.htm",0,20,150);
Menu3_4=new Array("Conscious Living","consciousliving.htm",0,20,150);
Menu3_5=new Array("NLP Training","nlptraining.htm",0,20,150);
Menu3_6=new Array("Life Coach Academy","coachingacademy.htm",0,20,150);
Menu3_7=new Array("Other Training","services.htm#othertraining",0,20,150);
Menu4=new Array("Our Products","javascript:top.location.href='http://www.energy4u.com.au'",1,20,150);
Menu4_1=new Array("Energy4UŽ","javascript:top.location.href='http://www.energy4u.com.au'",0,20,150);
Menu5=new Array("Testimonials","testimonials.htm",0,20,150);
Menu6=new Array("Resource","resource.htm",0,20,150);
Menu7=new Array("Brochures","downloads.htm",0,20,150);
