


var anylinkmenu2={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu2.items=[
	["Governance", "http://www.norvik.am/pages/en/governance.php"],
	["Shareholders and Investors", "http://www.norvik.am/pages/en/shareholders_and_investors.php"],
	["Regulation", "http://www.norvik.am/pages/en/regulation.php"],
	["Customer Rights", "http://www.norvik.am/pages/en/customer_rights.php"],
	["Financial system mediator", "http://www.norvik.am/pages/en/broker.php"],
	["Reports", "http://www.norvik.am/pages/en/reports.php"] //no comma following last entry!
]

var anylinkmenu3={divclass:'anylinkmenu', inlinestyle:'', linktarget:''} //First menu variable. Make sure "anylinkmenu1" is a unique name!
anylinkmenu3.items=[
	["Ղեկավարներ", "governance.php"],
	["Բաժնետերեր և ներդրողներ", "shareholders_and_investors.php"],
	["Կարգավորում", "regulation.php"],
	["Հաճախորդի իրավունքները", "customer_rights.php"],
	["Ֆինանսական համակարգի հաշտարար", "broker.php"],
	["Հաշվետվություններ", "reports.php"] //no comma following last entry!
]