//(c) Ger Versluis 2000 version 1.0, 1 november 2000



	var NoOffFirstLineMenus=7; //set number of main menu items

	var LowBgColor='#333333';

	var HighBgColor='#333333';

	var FontLowColor='#EEEEAA';

	var FontHighColor='white';

	var BorderColor='white';

	var BorderWidth=1;

	var BorderBtwnElmnts=1;

	var FontFamily="arial"

	var FontSize=8;

	var FontBold=1;

	var FontItalic=0;

	var MenuTextCentered=0;

	var MenuCentered='left';

	var MenuVerticalCentered='top';

	var ChildOverlap=.5;

	var ChildVerticalOverlap=.2;

	var StartTop=30; //set vertical offset

	var StartLeft=10; //set horizontal offset

	var VerCorrect=0;

	var HorCorrect=0;

	var LeftPaddng=3;

	var TopPaddng=2;

	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)

	var MenuFramesVertical=1;

	var DissapearDelay=500;

	var TakeOverBgColor=1;

	var FirstLineFrame='menu';

	var SecLineFrame='menu';

	var DocTargetFrame='content';

	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("D & C Solutions", "twa.htm",0,30,200);

/*Menu1=new Array("Norwich Office","twa.htm",1,30,200);

		Menu1_1=new Array("D & C Solutions", "twa.htm",0,20,165);*/

		
Menu2=new Array("Projects (by Sector)","educate.htm",7);

		Menu2_1=new Array("Automotive", "auto.htm",0,20,165);

		Menu2_2=new Array("Commercial", "commerce.htm",0);

		Menu2_3=new Array("Healthcare", "health.htm",0);

		Menu2_4=new Array("Industrial", "indust.htm",0);

		Menu2_5=new Array("Leisure", "nfc.htm",2);
	
			Menu2_5_1=new Array("Norwich City FC", "nfc.htm",0,20,130);

			Menu2_5_2=new Array("Football Academies", "footacad.htm",0);			

		Menu2_6=new Array("R&D Buildings", "rd.htm",0);

		Menu2_7=new Array("Schools", "educate.htm",0);

		

Menu3=new Array("Small Works","smallwork.htm",0);


Menu4=new Array("Clients","clients.htm",0);


Menu5=new Array("Brochure","brochure.htm",0);

Menu6=new Array("Contacts","contacts.htm",0);

Menu7=new Array("Links","links.htm",0);

