/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=8;			// Number of first level items
	var LowBgColor='003399';			// Background color when mouse is not over
	var LowSubBgColor='003399';			// Background color when mouse is not over on subs
	var HighBgColor='001166';			// Background color when mouse is over
	var HighSubBgColor='001166';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='silver';			// Border color
	var BorderSubColor='silver';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="verdana, arial,comic sans ms,technical"	// 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='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=131;				// Menu offset x coordinate
	var StartLeft=1;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// 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
	var ShowArrow=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

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("Home","index.php","",0,20,95);


Menu2=new Array("About","#","",7);
	Menu2_1=new Array("Company Profile","profile.php","",0,20,150);
	Menu2_2=new Array("Attock Group Profile","group_profile.php","",0);
	Menu2_3=new Array("Board of Directors","board.php","",0);	
	Menu2_4=new Array("Vision & Mission","vision.php","",0);
	Menu2_5=new Array("Milestones","growthstory.php","",0);
	Menu2_6=new Array("Achievements","achievements.php","",0);
	Menu2_7=new Array("Contact ARL","contactus.php","",0);
	


Menu3=new Array("Products","#","",3);
	Menu3_1=new Array("Specifications","products.php","",0,20,150);
	Menu3_2=new Array("Export Products","exports.php","",0);
	Menu3_3=new Array("Services","services.php","",0);

Menu4=new Array("Financials","#","",1);
	Menu4_1=new Array("Financial Reports","financials.php","",0,20,180);



Menu5=new Array("Departments   ","#","",10);
	Menu5_1=new Array("CEO Secretariat","departments.php#01","",0,20,260);
	Menu5_2=new Array("Finance","departments.php#02","",0);
	Menu5_3=new Array("BR&AD","departments.php#12","",0);
	Menu5_4=new Array("Commercial & MM","departments.php#11","",0);		
	
	Menu5_5=new Array("Human Resources","departments.php#04","",0);
	Menu5_6=new Array("Maintenance Department","departments.php#05","",0);
	Menu5_7=new Array("Operations","departments.php#06","",0);
	Menu5_8=new Array("Technical Services/Planning & Development","departments.php#07","",0);
	Menu5_9=new Array("Engineering","departments.php#08","",0);
    Menu5_10=new Array("HSEQ","departments.php#09","",0);
	Menu5_11=new Array("HEALTH, SAFETY, ENVIORNMENT & QUALITY (HSEQ)","departments.php#09","",0,30,340);
	/*the above line is not visible in the menu since Menu5 array will run only 10 times and above line is
	the 11th one.
	/*Menu5_11=new Array("HSE","departments.php#13","",0);
	*/
	
	
/*Menu6=new Array("Policies","#","",1);
	Menu6_1=new Array("Environmental Policy","e_policy.php",0);
	Menu6_2=new Array("Safety Policy","s_policy.php","",0);
	Menu6_3=new Array("Quality Policy","q_policy.php","",0);
	*/
	
	
	Menu6=new Array("Policies","#","",3);
	Menu6_1=new Array("HSEQ Policy","hseq.php","",0,20,200);
	Menu6_2=new Array("Human Resource Policy","hr_policy.php","",0,20,200);
	Menu6_3=new Array("Business Ethics Policy ","PB_ Ethics.pdf","",0,20,200);

	

		
	//Menu7=new Array("Projects","projects.php","",0);
	Menu7=new Array("Future Plans","#","",1);
	Menu7_1=new Array("Future Plans","projects.php","",0,20,96);
	
	Menu8=new Array("Social (CSR)","#","",5);
	Menu8_1=new Array("AHL Hospital","hospital.php","",0,20,180);
	Menu8_2=new Array("Attock Sahara Foundation","asf.php","",0);
	Menu8_3=new Array("NCPC","ncpc.php","",0);
	Menu8_4=new Array("Morgah Biodiversity Park","biopark.php","",0);
	Menu8_5=new Array("Other CSR Activities","csr_activities.php","",0);

