/* Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.html'],
	['Products', 'Products.html', null,
		['Vinyls', 'vinyls.html'],
		['Printed Circuit Boards', 'PCBoards.html'],
		['Circuit Board Assemly', 'Assembly.html'],
		['Injection Molding', 'Molding.html'],
		['Metal Fabrication', 'Metal.html'],
		['Wiring Harnesses', 'Wiring.html']
	],
	['Projects', 'Projects.html'],
	['Services', 'Services.html'],
	['FAQ\'s', 'FAQ.html'],
	['About Us', 'About.html'],
	['Contact Us', 'Contact.html']
];

