/* --- menu items --- */
var MI_MAIN_MENU = [
	['Home', 'index.asp',
	],

	['Company Info', 'info.asp',
	],

	['Products & Services', null,
 		['Products',   'products.asp'],
 		['Services',  'services.asp'],
	],
	
	['Research', null,
 		['Company Research',   'company_research.asp'],
 		['Personal Research',  'personal_research.asp'],
	],
	
	['Employment', null,
 		['Find Job/Post Resume',   'find_job.asp'],
 		['Employers',  'employers.asp'],
	],
	
	['Contact Us', 'contact.asp',
	],
];

