/*
  --- 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 = [
	['Results', 'results.html', null, 
		['How VDDW Drives Results', 'results-how-achieved.html'],
		['Results By Initiative', 'results-by-initiative.html']/*,
		['Results By Function', 'results-by-function.html']*/
	 ],
	
	['Basics', 'basics.html', null,
		['VDDW Architecture', 'vddw_arch.html'],
		['The Information Supply Chain', 'info_supply.html'],
		['How VDDW Streamlines the ISC', 'streamlines_isc.html'],
		['VDDW & Corp Performance Mgmt', 'corporate_performance.html'],
],
	
	
	['Distinctives', 'distinctives.html', null, 
		['VDDW Distinctives', 'VDDW-Distinctives.html'],
		['VDDW Side-by-Side versus...', 'VDDW-SideBySide.html'],
		['What makes FE Different?', 'different.html']/*,
		['FE versus...', 'feversus.html'],*/
	],
	
['Education', 'education.html', null, 
		['Classes', 'schedule.html'],
		['Speaking', 'speaking_schedule.html']/*,
		['Web Seminars', 'web_seminars.html'],
		['Lunch & Learn', 'lunch_learn.html'],
		['Suggested Resources', 'resources.html'],*/
	],
	
	['Services', 'services.html', null,
		['VDDW Services', 'vddw_services.html'],
		['Other Services', 'other_services.html'],
/*		['Software', 'software.html'],
		['Results', 'services_results.html'],
*/],
	
/*
['Customers', 'customers.html', null, 
		['Case Studies', 'casestudies.html'],
		['Testimonials','testimonials.html'],
		['Customers Served','customers_served.html'],
		['Is this right for my Company?','right_company.html']
	],

['Partners', 'partners.html', null, 
		['Software', 'software.html'],
		['Subject Matter Experts','subjectmatter.html'],
		['Integrators','integrators.html'],
		['Staff Augmentation','staff.html'],
		['Offshore Development','offshore.html'],
		['How to Become a Partner','become_partner.html'],
	],
*/

['About Us', 'about_us.html', null, 
		['Thought Leadership', 'thought_leadership.html'],
		['Values','values.html'],
		['Principal Bio','biography.html'],
		/*['On Being Small...','small.html'],*/
		['Employment','employment.html'],
	],
];

