/* --- menu items --- */

var MENU_ITEMS = [
	['home','home.html', 'mainFrame'],
	['company','company.html', 'mainFrame',
		['history','company.html#history', 'mainFrame'],
		['team','company.html#team', 'mainFrame'],
	],	
	['mission', 'mission.html', 'mainFrame'],	
	['technology', 'technology.html', 'mainFrame'],	
	['contact', 'contact.html', 'mainFrame'],
];