// menu_items.js file

var MENU_ITEMS =[
	["Consultants", null,
		["Phil Eastman II", "../Consultants/PhilEastman.asp"],
		["Lorene Rasmussen", "../Consultants/LoreneRasmussen.asp"],
		["Karl Meinhardt", "../Consultants/KarlMeinhardt.asp"],
		["Robert Hirai", "../Consultants/RobertHirai.asp"]
	],
	["Leadership", null,
		["Leadership Development", null,
			["Dealing with Conflict", "../Services/LeadershipDevelopment.asp"],
			["New Leader Introduction", "../Services/LeadershipDevelopment.asp#NLI"],
			["The Character of Leadership", "../Services/LeadershipDevelopment.asp#TCL"],
			["The Leadership Accelerator", "../Services/LeadershipDevelopment.asp#LA"],
			["Naked Truths of Leadership", "../Services/LeadershipDevelopment.asp#TLC"],
			["The Power of Influence", "../Services/LeadershipDevelopment.asp#POI"],
			["Insight 20/20", "Services/impact.asp"]
		],
		["Personal Leadership", null,
			["Achieving Authentic Success", "../Services/PersonalLeadership.asp#AAS"],
			["Coaching", "../Services/PersonalLeadership.asp#COA"]
		],
		["Team Development", null,
			["High Performance Team Work", "../Services/HighPerformanceTeamwork.asp"]
		],
		["Assessments", null,
			["Leadership", null,
				["The Leadership Advisor", "../Services/AssessmentsLeadership.asp"],
				["Performance Skills Leader", "../Services/AssessmentsLeadership.asp#PSL"],
				["Insight 20/20", "Services/impact.asp"]
			],
			["Managerial Assessment (MAP)", "../Services/AssessmentsManagerial.asp"],
			["High Performance Team Work", "../Services/AssessmentsTeamwork.asp"],
			["Interpersonal", null,
				["The BEST Style ", "../Services/AssessmentsInterpersonal.asp"],
				["The MERIT Profile", "../Services/AssessmentsInterpersonal.asp#MER"]
			]
		]
	],
	["Planning", null,
		["Dimensional Strategy", "../Services/DimensionalStrategy.asp"]
	],
	["Change", null,
		["Leading Change", "../Services/LeadingChange.asp"]
	],
	["Articles", null,
		["Current", "../Insights/current.asp"],
		["Article Archive ", "../Insights/past.asp"],
		["Leadership Insights", null,
			["Attitude", "../Insights/26insights.asp#att"],
			['Caring', '../Insights/26insights.asp#car'],
			['Change', '../Insights/26insights.asp#cha'],
			['Character', '../Insights/26insights.asp#char'],
			['Collaboration', '../Insights/26insights.asp#col'],
			['Commitment', '../Insights/26insights.asp#commit'],
			['Communication', '../Insights/26insights.asp#comm'],
			['Competence', '../Insights/26insights.asp#comp'],
			['Composure', '../Insights/26insights.asp#com'],
			['Courage', '../Insights/26insights.asp#cou'],
			['Credibility', '../Insights/26insights.asp#cre'],
			['Focus', '../Insights/26insights.asp#foc'],
			['Honesty', '../Insights/26insights.asp#hon'],
			['Influence', '../Insights/26insights.asp#inf'],
			['Integrity', '../Insights/26insights.asp#int'],
			['Listening', '../Insights/26insights.asp#lis'],
			['Motivation', '../Insights/26insights.asp#mot'],
			['Perseverance', '../Insights/26insights.asp#per'],
			['Purpose', '../Insights/26insights.asp#pur'],
			['Self-Awareness', '../Insights/26insights.asp#sel'],
			['Service', '../Insights/26insights.asp#ser'],
			['Trust', '../Insights/26insights.asp#tru'],
			['Values', '../Insights/26insights.asp#val'],
			['Vision', '../Insights/26insights.asp#vis'],
			['Wisdom', '../Insights/26insights.asp#wis']
		]
	],
	["About Us", null,
		["Contact Us", "../LAG/aboutus.asp"],
		["The Group in Action", "../LAG/Action.asp"],
		["Clients", "../LAG/Clients.asp"],
		["Testimonials", "../LAG/Testimonials.asp"],
		["Links", "../LAG/Links.asp"]
	],
	["Home", "../default.asp"]
];
