//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=7; //set number of main menu items
	var LowBgColor='#CECFCE';
	var HighBgColor='#CECFCE';
	var FontLowColor='#383638';
	var FontHighColor='#7F3214';
	var BorderColor='#ffffff';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,verdana,helvetica"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=25; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=0;
	var TopPaddng=3;
	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 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 CLG","About_CLG.html",5,24,109);
	Menu1_1=new Array("Mission","Mission.html",0,24,109);
	Menu1_2=new Array("Awards","Awards.html",0,24,109);
	Menu1_3=new Array("Community","Community_Involvement.html",0,24,109);
	Menu1_4=new Array("Biography of CEO","Biography.html",0,24,109);
	Menu1_5=new Array("Home","index.html",0,24,109);


Menu2=new Array("Are You Ready?","Are_You_Ready.html",2,24,109);
	Menu2_1=new Array("New Clients","New_Clients.html",0,24,109);
	Menu2_2=new Array("Client Profile","Client_Profile.html",0,24,109);


Menu3=new Array("CLG Services","CLG_Services.html",2,24,109);
	Menu3_1=new Array("The CLG Process","CLG_Process.html",0,24,109);
	Menu3_2=new Array("Keynote Speaking","Keynote_Speaking.html",0,24,109);


Menu4=new Array("Books","Books.html",2,24,109);
	Menu4_1=new Array("50 Steps to Business Success","50_Steps_To_Business_Success.html",0,34,109);
	Menu4_2=new Array("More Books","More_Books.html",0,24,109);



Menu5=new Array("Portfolio","Portfolio.html",1,24,190);
	Menu5_1=new Array("Case Studies","Case_Studies.html",0,24,109);


Menu6=new Array("News & Media","News_Media.html",0,24,190);


Menu7=new Array("Contact","Contact.html",1,24,190);
	Menu7_1=new Array("Consultation","Consultation.html",0,24,109);

