//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=3; //set number of main menu items
	var LowBgColor='#0069b3';
	var HighBgColor='#ffffff';
	var FontLowColor='#ffffff';
	var FontHighColor='#cc9933';
	var BorderColor='cc9933';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial,helvetica,verdana"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=-.02;
	var ChildVerticalOverlap=.3;
	var StartTop=200; //set vertical offset
	var StartLeft=13; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=10;
	var TopPaddng=4;
	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=0;
	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("Our People","ourpeople.htm",4,25,125);
	Menu1_1=new Array("Tony Rodriguez","bio.htm",0,25,150);
	Menu1_2=new Array("Pietro Savo","bio_pietro_savo.htm",0,25,150);
	Menu1_3=new Array("Robert Hirneisen","bio_robert_hirneisen.htm",0,25,150);
	Menu1_4=new Array("Strategic Alliances","alliances.htm",0,25,150);
	Menu1_5=new Array("Expert Resources","associates.htm",1,25,150);
		Menu1_5_1=new Array("Print Expert Resources","../print/associatebios.htm",0,25,150);

Menu2=new Array("Our Clients","ourclients.htm",2);
	Menu2_1=new Array("Client List","clientlist.htm",0,25,150);
	Menu2_2=new Array("Client Comments","clientcomments.htm",0,25,150);
	

Menu3=new Array("Our Credentials","credentials.htm",0,25,125);


