var menu_data = {
	home: {
		items: [
		]
	},
	about: {
		items: [
		{ title: "Overview", url: "about_overview.shtml" },
			{ title: "Mission Statement", url: "mission_statement.shtml" }
		]
	},
	vs: {
		items: [
         { title: "Overview", url: "vs_overview.shtml" },
			{ title: "Sector Snapshots", url: "vs_sector_snapshots_companies.shtml",
            sub: { items: [
      				{title: "Well-Established Companies", url: "vs_sector_snapshots_companies.shtml"},
      				{title: "Multi-Faceted Distributors", url: "vs_sector_snapshots_distributors.shtml"},
      				{title: "Early Stage Medical Device Manufacturers", url: "vs_sector_snapshots_medical_device.shtml"}
      			]} },
			{ title: "Your Needs", url: "vs_your_needs.shtml" },
			{ title: "Your Solutions", url: "vs_your_solutions.shtml" },
			{ title: "Products", url: "vs_products.shtml" }
		]
	},
	hp: {
		items: [
         { title: "Overview", url: "hp_overview.shtml" },
			{ title: "Programs", url: "hp_financial_programs.shtml" },
			{ title: "Online Services", url: "hp_online_services.shtml" }
		]
	},
	partners: {
		items: [
         { title: "Overview", url: "partners_overview.shtml" },
			{ title: "Partners", url: "partners.shtml" }
		]
	},
	news_events: {
		items: [
         { title: "News", url: "news.shtml" },
			{ title: "Events", url: "events.shtml" }
		]
	},
	contact: {
		items: [
         { title: "Offices", url: "contact.shtml" }
		]
	}
}