/*
  --- 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 = [
	['Products', '../products/products_product_index.htm', null,
		['Heroix Longitude', '../agentless/network_monitoring_software.htm'],
		['All Products', '../products/products_product_index.htm'],
	],
	['Solutions', '../agentless/agentless_monitoring_solutions.htm', null,
		['Database', '../agentless/agentless_database_monitoring.htm'],
		['Infrastructure', '../agentless/agentless_infrastructure_monitoring.htm'],
		['Messaging', '../agentless/agentless_exchange_monitoring.htm'],
		['Networks', '../agentless/agentless_network_monitoring.htm'],
		['Operating System', '../agentless/agentless_performance_monitoring.htm'],
		['PCI Compliance', '../agentless/agentless_pci_compliance_monitoring.htm'],
		['SLA', '../agentless/servicelevelagreement_SLA_monitoring.htm'],
		['Transaction', '../agentless/agentless_transaction_monitoring.htm'],
		['Web Server', '../agentless/agentless_web_server_monitoring.htm']
	],
	['Support', '../support/support_overview.htm', null,
		['Support Index', '../support/support_overview.htm'],
		['Knowledge Base', '../knowledge/knowledge_base.htm'],
		['Downloads', '../support/support_downloads.htm'],
		['Professional Services', '../support/support_professional_services.htm'],
		['Education & Training', '../support/support_ed_and_training.htm'],
		['Submit a Question', '../aspscript/support_question_form.asp']
	],
	['Customers', '../customers/customer_customer_list.htm', null,
		['Customer List', '../customers/customer_customer_list.htm'],
		['Case Studies', '../customers/customer_case_studies.htm'],
		['Surveys', '../customers/customer_surveys.htm'],
		['Testimonials', '../customers/customer_testimonials.htm']
	],
	['News & Events', '../news/news_news_room.htm', null,
		['News Room', '../news/news_news_room.htm'],
		['Press Releases', '../news/news_press_releases.htm'],
		['Media/Analysts', '../news/news_media_analysts.htm'],
		['eNewsletters', '../news/news_enews.htm']
	],
	['Resources', "../about/about_lit_library.htm", null, null,
	],
['About Heroix', '../about/about_who_we_are.htm', null,
		['Company Information', '../about/about_who_we_are.htm'],
		['Management Team', '../about/about_management_team.htm'],
		['Office Locations', '../contact/contact_headquarters.htm'],
		['Strategic Relationships', '../about/about_strategic_relationships.htm'],
		['Partners', '../about/about_partners.htm'],
		['Careers', '../about/about_careers.htm']
	],
	
];

