/*
  --- menu items --- 
  note that this structure has changed its format since previous version.
  additional third parameter is added for item scope settings.
  Now this structure is compatible with Tigra Menu GOLD.
  Format description can be found in product documentation.
*/
var MENU_ITEMS = [
	['Company','company.html','company.html',  
		['About Us', 'company.html'],
		['Management Team', 'team.html'],
		['Careers', 'careers.html'],
	],
	['Products', 'products.html', 'products.html',  
		['Product Overview', 'products.html'],
		['Handover Control Server', 'HCS.html'],
		['Unified Messaging', 'unified.html'],
		['ActVoIP Softswitch', 'softswitch.html'],
		['Network Monitoring and Management', 'NMM.html'],
		['Professional Services', 'services.html'],
		
	],
	['News and Events', 'events.html', 'events.html',  
		['Press Releases', 'press.html'],
		['Events', 'events.html'],
		['Download OnePhoneLine Brochure', 'docs/ActVoIP_brochure.pdf',],
		 
	],
	['Partners', 'partners.html', 'partners.html',  
		
	],
	['Contact Us', 'contact.html', 'contact.html',  
		
	],
];

