/*
  --- 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 = [
	['Home', 'index.html', { 'sb' : 'Return to the Home Page' } ],

	['Our Profile', 'ourprofile.htm', { 'sb' : 'Our Profile' }],
		
	['Products', 'products.htm', { 'sb' : 'Please select a Product Category from the Menu' },
	['bluePACK Solutions', 'products_bluepacks.htm', { 'sb' : 'bluePACK Solutions Products' }],
	['BASE24 Monitoring', 'products_prognosisb24.htm', { 'sb' : 'BASE24 Monitoring Products' }],
		['Desktop Management', 'products_netsupport.htm', { 'sb' : 'Desktop Management Products' }],
		['Host Security Modules', 'products_futurex.htm', { 'sb' : 'Host Security & Key Management Products' }],
		['HP NonStop Security Tools', 'products_tandemsecurity.htm', { 'sb' : 'HP NonStop Security Products' }],
		['IP Telephony Applications', 'products_stonevoice.htm', { 'sb' : 'IP Telephony Applications Products' }],
		['IT Infrastructure Monitoring', 'products_prognosis.htm', { 'sb' : 'IT Infrastructure Monitoring Products' }],
		['ITIL Service Management', 'products_infra.htm', { 'sb' : 'ITIL Service Management Products' }],
		['Postilion Monitoring', 'products_prognosispostilion.htm', { 'sb' : 'Postilion Monitoring Products' }],
		['VoIP &amp; IP Tel Monitoring', 'products_prognosisiptm.htm', { 'sb' : 'VoIP & IP Telephony Monitoring Products' }],
		['Web Application Monitoring', 'products_prognosisweb.htm', { 'sb' : 'Web Application Monitoring Products' }]
	],
	['Services', 'services.htm', { 'sb' : 'Services' }],
	
	['Support', 'support.htm', { 'sb' : 'Support' }],	
			
	['Resources','resources.htm',{ 'sb' : 'Resources' }],
	
	
	
	['Partners', 'partners.htm',{ 'sb' : 'Partners' }],
	

	['Contact Us', 'contact.htm', { 'sb' : 'Contact Us' }],
		
		
];

