//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=4; //set number of main menu items
	var LowBgColor='#DED6C3';
	var HighBgColor='#CABA98';
	var FontLowColor='#000000';
	var FontHighColor='#000000';
	var BorderColor='white';
	var BorderWidth=2;
	var BorderBtwnElmnts=1;
	var FontFamily="tahoma, arial"
	var FontSize=9;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=84; //set vertical offset
	var StartLeft=248; //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='main01';
	var SecLineFrame='main01';
	var DocTargetFrame='main01';
	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","http://www.ciequities.com/about/about.shtml",1,20,88);
	Menu1_1=new Array("about the principal","http://www.ciequities.com/about/aboutprincipal.shtml",0,20,120);

Menu2=new Array("services","http://www.ciequities.com/services/CIEServices.shtml",4,20,88);
	Menu2_1=new Array("merger & acquisition","http://www.ciequities.com/services/Merger.shtml",0,20,140);	
	Menu2_2=new Array("corporate finance","http://www.ciequities.com/services/CorporateFinance.shtml",0);
	Menu2_3=new Array("business valuation","http://www.ciequities.com/services/BusinessValuation.shtml",0);
	Menu2_4=new Array("strategy & succession","http://www.ciequities.com/services/Strategic.shtml",0);

Menu3=new Array("successes","http://www.ciequities.com/sample/sampleEngagements.shtml",2,40,120);
	Menu3_1=new Array("clients","http://www.ciequities.com/sample/Engagements.shtml",0,20,120);
	Menu3_2=new Array("recent deals","http://www.ciequities.com/sample/RecentDeals.shtml",0);

Menu4=new Array("contact info","http://www.ciequities.com/contact/contact.shtml",2,20,88);
	Menu4_1=new Array("CIE online","http://www.ciequities.com/contact/cieOnline.shtml",0,20,88);
	Menu4_2=new Array("links","http://www.ciequities.com/contact/links.shtml",0);

