/* --- menu items --- */
var MENU_ITEMS = [
	['Home', 'index.html'],

	['Products/Services', null,
		['Web Design', 'products.html'],
		['Software', 'software.html'],
		['Consultation', 'contact.html'],
	],
	
];

