	var NoOffFirstLineMenus=7;				// Number of first level items
	var LowBgColor='#e4e4e1';				// Background color when mouse is not over
	var LowSubBgColor='#eaeaea';			// Background color when mouse is not over on subs
	var HighBgColor='#b3c2dc';				// Background color when mouse is over
	var HighSubBgColor='#d7271d';			// Background color when mouse is over on subs
	
	var FontLowColor='#426dbc';				// Font color when mouse is not over
	var FontSubLowColor='#021d46';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	
	var BorderColor='#dfeaeb';				// Border color
	var BorderSubColor='white';			// Border color for subs
	var BorderWidth=1;						// Border width
	var BorderBtwnElmnts=1;					// Border between elements 1 or 0
	
	var FontFamily="Arial, Verdana, Trebuchet MS"	// Font family menu items
	var FontSize=8;							// Font size menu items
	var FontBold=0;							// Bold menu items 1 or 0
	var FontItalic=0;						// Italic menu items 1 or 0

	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';				// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';			// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=0;						// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;				// vertical overlap child/ parent
	
	var StartTop=0;					// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=5;				// Multiple frames y correction
	var HorCorrect=5;				// Multiple frames x correction
	var LeftPaddng=10;				// Left padding
	var TopPaddng=5;				// Top padding
	
	var FirstLineHorizontal=0;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=300;			// delay before menu folds in
	var TakeOverBgColor=1;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='MenuPos';			// DIV id for relative positioning (refer to config.htm for info)
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=0;					// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;				// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;				// menu tree checking on or off 1 or 0

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"



Menu1=new Array("rollover:images/aboutus.jpg:images/aboutus-over.jpg","#","",5,16,140);
		Menu1_1=new Array("The Group","The-Group.htm","",0,22,110);
		Menu1_2=new Array("Mission & Vision","Mission.htm");
		Menu1_3=new Array("Financials","Financials.htm");
		Menu1_4=new Array("Board of Directors","Board-of-Directors.htm");
		Menu1_5=new Array("Key Personnels","Key-Personnels.htm");

// Menu2=new Array("rollover:images/investor.jpg:images/investor-over.jpg","Investor-Services.htm","",0,16,140);
Menu2=new Array("rollover:images/investor.jpg:images/investor-over.jpg","#","",4,16,140);
		Menu2_1=new Array("Annual Reports","Annual_Reports.asp","",0,22,200);
		Menu2_2=new Array("Financial Results & Communications","#","",2,22,200);
			Menu2_2_1=new Array("Financial Results","Financial_Results.asp","",0,22,160);
			Menu2_2_2=new Array("Investors Communications","Investor_Communications.asp");
		Menu2_3=new Array("Shareholding Pattern","Shareholding_Pattern.asp");
		Menu2_4=new Array("Corporate Governance","#","",5,22,200);
			Menu2_4_1=new Array("Investors Services","Shareholders-Services.htm","",0,22,170);
			Menu2_4_2=new Array("Policies","Policies.htm");
			Menu2_4_3=new Array("Insider Trading Notice","Insider_Trading_Notice.asp");
			Menu2_4_4=new Array("Corporate Governance Report","Corporate-Governance-Report.asp");
			Menu2_4_5=new Array("Contact Us/Queries","Investor-Contact.htm");

Menu3=new Array("rollover:images/careers.jpg:images/careers-over.jpg","Careers.asp","",0,16,140);

Menu4=new Array("rollover:images/enquiry.jpg:images/enquiry-over.jpg","Enquiry.htm","",0,16,140);	

Menu5=new Array("rollover:images/newsletter.jpg:images/newsletter-over.jpg","Newsletter.pdf","_blank",0,16,140);

Menu6=new Array("rollover:images/contact.jpg:images/contact-over.jpg","Contact.htm","",0,16,140);

Menu7=new Array("rollover:images/sitemap.jpg:images/sitemap-over.jpg","Sitemap.htm","",0,16,140);
	


