var anylinkmenu1={divclass:'anylinkmenu', inlinestyle:'width:150px; background:#f2eee2', linktarget:''} //Second menu variable. Same precaution.//linktarget:'_new'
anylinkmenu1.items=[
	["History", "http://"+window.location.host+"/about/index.php"],
	["Vision &amp; Mission", "http://"+window.location.host+"/about/mission.php"],
	["Commitment", "http://"+window.location.host+"/about/commitment.php"],
	["Strategy", "http://"+window.location.host+"/about/strategy.php"],
	["Human capital", "http://"+window.location.host+"/about/human.php"],
	["Leadership team", "http://"+window.location.host+"/about/leadership.php"] //no comma following last entry!
]
	

var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'width:160px; background:#f2eee2', linktarget:''} //Second menu variable. Same precaution.//linktarget:'_new'
anylinkmenu2.items=[
	["Engineering", "http://"+window.location.host+"/services/engineering.php"],
	["Management", "http://"+window.location.host+"/services/management.php"],
	["Information Technology", "http://"+window.location.host+"/services/ict.php"] //no comma following last entry!
]

//var anylinkmenu3 // in function page coz there is a link with condition !!
