//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=5; //set number of main menu items
	var LowBgColor='#996633';
	var HighBgColor='#333300';
	var FontLowColor='#ffffff';
	var FontHighColor='#ffffcc';
	var BorderColor='#ffffff';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,helvetica,verdana,arial"
	var FontSize=7;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=124; //set vertical offset
	var StartLeft=82; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	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 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","",6,20,171);
	Menu1_1=new Array("Firm Profile","firm_profile.html",0,20,172);
	Menu1_2=new Array("Areas of Practice","areas_of_practice.html",0,20,172);
	Menu1_3=new Array("Our Team","our_team.html",0,20,190);
	Menu1_4=new Array("Professional Affiliations","professional_affiliations.html",0,20,172);
	Menu1_5=new Array("Contact Us","Contact.html",0,20,172);
	Menu1_6=new Array("Home","index.html",0,20,172);




Menu2=new Array("ABOUT COLLABORATIVE LAW","",3,20,172);
	Menu2_1=new Array("About Collaborative Law","about_collaborative_law.html",0,30,172);
	Menu2_2=new Array("Collaborative Law Training","collaborative_law_training.html",0,30,172);
	Menu2_3=new Array("Collaborative in a Nutshell","collaborative_in_a_nutshell.html",0,30,172);



Menu3=new Array("MEDIATION","",1,20,172);
	Menu3_1=new Array("Mediation","mediation.html",0,20,172);



Menu4=new Array("WHERE DO I START?","",1,20,172);
	Menu4_1=new Array("Your Options","methods_of_negotiation.html",0,20,172);






Menu5=new Array("NEWSROOM","",2,20,172);
	Menu5_1=new Array("Videos","videos.html",0,20,172);
	Menu5_2=new Array("Articles","articles.html",0,20,172);











