﻿/* Menu items structure */
var MENU_ITEMS = [
	['Company', 'company.html'],
	['Products', 'products.html', null,
		['Automotive Parts', 'prauto.html'],
		['Motorcycle Parts', 'prmotor.html'],
		['Electrical & Electronics', 'prelect.html'],
		['GasBurning & Home Appliances', 'prgas.html'],
		['Others', 'prother.html']
	],
	['Certificates', 'certs.html'],
	['The Board', 'board.html'],
	['Laboratory', 'lab.html'],
	['Contact Us', 'contact.html']
];
