
/* --- menu items --- */
var MENU_ITEMS = [
		
	['Home','index.html'],
	['Solutions','solutions.html'],
	['Staff','reps.html'],
	['Contact Us','contactus.html']
];
	
