//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#4D6792';
	var HighBgColor='#B0C0D7';
	var FontLowColor='white';
	var FontHighColor='black';
	var BorderColor='white';
	var BorderWidth=0;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana"
	var FontSize=7;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=49; //set vertical offset
	var StartLeft=15; //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=50;
	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("Home","index.htm",0,18,125);

Menu2=new Array("About Us","",1);
	Menu2_1=new Array("Company Profile","profile.htm",0,18,125);
		
Menu3=new Array("Areas Of Practice","",12);
	Menu3_1=new Array("Banking","banking.htm",0,18,125);
	Menu3_2=new Array("Corporate","corporate.htm",0);
	Menu3_3=new Array("Commercial Property","compro.htm",0);
	Menu3_4=new Array("Constitutional & Adm.","constitue.htm",0);
	Menu3_5=new Array("Construction & Eng.","coneng.htm",0);
	Menu3_6=new Array("Industrial Relations","indrel.htm",0);
	Menu3_7=new Array("Insurance","insurance.htm",0);
	Menu3_8=new Array("Intellectual Property","intpro.htm",0);
	Menu3_9=new Array("Litigation","disres.htm",0);
	Menu3_10=new Array("Shipping & Maritime","shipmari.htm",0);
	Menu3_11=new Array("Taxation & Revenue","taxrev.htm",0);
	Menu3_12=new Array("Trusts","trusts.htm",0);

Menu4=new Array("Partners","",1);
	Menu4_1=new Array("Partners & Associates","partners.htm",0,18,125);
		
Menu5=new Array("Affiliates","",1);
	Menu5_1=new Array("Lahore & Islamabad","associates.htm",0,18,125);
	
Menu6=new Array("Contact Us","",2);
	Menu6_1=new Array("Feedback","feedback.htm",0,18,125);
	Menu6_2=new Array("Contact Info","contact.htm",0);
	
