/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.html'],
	['Info', '/about.html', null,
		['About Us', '/about.html'],
		['Toner Hazards', '/tonerhazard.html'],
		],
	['Services', null, null,
		['Printers', null, null,
			['Repair', '/printerrepair.html'],
			['Maintenance', '/maintenance.html']		],
		['Computers', null, null,
			['Repair', '/computerservice.html'],
				['IT Solutions', '/mobius.html']
		],
		['IT Solutions', '/mobius.html']
	],
	['Contact', '/contact.html']
];

