var MENU_ITEMS = [	
	['Products', '/products/', null,
		['Overview', '/products/'],
		['EiffelStudio', '/products/studio/'],
		['Licensing', '/licensing/licensing.html'],
		['Buy Now!', 'https://www.eiffel.com/purchase/'],
	],
	['Downloads', '/downloads/', null,
		['EiffelStudio', '/downloads/eiffelstudio.html'],
	],	
	['Services', '/services/', null,
		['Overview', '/services/'],
		['Training', '/services/training/'],
		['Consulting', '/services/consulting/'],
		['Support', '/services/support/'],
		['Eiffel Programmer Registry', '/services/wepr/'],
	],	
	['Developers', '/developers/', null,
		['Overview', '/developers/'],		
		['Presentations', '/developers/presentations/'],
		['Learning Maps', '/developers/learning_maps/'],
		['Documentation', '/developers/documentation.html'],
		['Libraries', '/libraries/'],
		['Lobbying Assistance', '/developers/lobby.html'],
		['Column', '/general/column/'],
		['FAQs', '/developers/faqs/'],
	],
	['Executives', '/executives/', null,
		['Overview', '/executives/'],
		['Presentations', 'javascript:popUp(\'/general/presentations/eiffelstudio_exec_pres_instructions.html\', \'387\', \'337\')'],
		['Success Stories', '/executives/successstories_homepage.html'],
	],
	['Government', '/general/government.html', null,
		['Overview', '/general/government.html'],
		['GSA', '/general/gsa.html'],
	],
	['Educators', '/educators/', null,
		['Overview', '/educators/'],
		['Resources', '/educators/resources.html'],
		['Testimonials', '/educators/testimonials.html'],
	],
];

var SUB_MENU_ITEMS = [	
	['Company', '/general/', null],
	['Customers', '/general/customers.html', null],
	['Partners', '/general/partners.html', null],
	['News/Press', '/general/news/', null],
	['Contact Us', '/general/contact_details.html', null],	
];

