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

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

