﻿/* Menu items structure */
var MENU_ITEMS = [
	['درباره شرکت', 'companyfa.html'],
	['محصولات', 'productsfa.html', null,
		['قطعات اتوموبیل', 'prautofa.html'],
		['قطعات موتورسیکلت', 'prmotorfa.html'],
		['الکتریکی و الکتونیکی', 'prelectfa.html'],
		['وسایل گازسوز و لوازم خانگی', 'prgasfa.html'],
		['محصولات دیگر', 'protherfa.html']
	],
	['گواهینامه ها', 'certsfa.html'],
	['هیات مدیره', 'boardfa.html'],
	['آزمایشگاه', 'labfa.html'],
	['تماس با ما', 'contactfa.html']
];
