/*Haif comapny menu List*/
var MENU_ITEMS = [
     		   		['Company', null, null,
		      					 ['Background', 'index2.htm' ],
		      					 ['Management', 'management.htm'],
		     					 ['Branches', 'branches.htm'],
					],
		           ['Projects', ['project_info.htm'], null,
					
                	],
					['Divisions', null, null,
	           					['Haif Contracting >>',['haif_contrating.htm'], null,
													['Buildings Division', '_building.htm' ],
													['Power Division', '_power.htm'],
													['Electromechanical Div.', '_electromechanical.htm'],
													['Roads Division', '_road.htm'],
													['Rockblasting Division', '_rockblasting.htm'],
													['Land Scaping Division', '_landscaping.htm'],
													['Steel Works Division','haif_steel_work.htm'],
													['Water & Sewrage Div.', '_water& sewrage.htm'],
								                    ],
								['Haif Hospitality Furn.', 'haif_Hosp_fur.htm'],
								['Haif Ready Mix Concrete', 'haif_ready mix.htm'],
								['Haif Crushers', 'haif_crusher.htm'],
								['Haif Interior Solutions','Haif_int_design.htm'],                                    
								['Haif Dates', 'Haif_date_fac.htm'],
								['Haif Industrial & Env.', 'haif_industrial_service.htm'],
								['Haif Hotel Managment', 'haif_hotel_manag.htm'],
								['Haif Farms', 'haif_Farms.htm'],
								['Haif Horse Stables', 'haif_horse_stab.htm'],
	        	],
	  
				
	['Career', null, null,
		['Vacancies','Vacancies.htm'],
		['Apply online','application form.htm'],
	],
	['Contact Us', 'contact Us.htm' ],
					
	
];

