﻿/* Menu items structure */
var MENU_ITEMS = [
	['درباره شرکت', 'companyfa.html'],
	['محصولات', 'productsfa.html', null,
		['صنایع پتروشیمی', 'prpetrfa.html'],
		['صنایع پلاستیک', 'prplastfa.html'],
		['صنایع الکترونیک', 'prelectfa.html'],
		['صنایع جوشکاری', 'prweldfa.html'],
		['کاربرد عمومی', 'prgenfa.html']
	],
	['گواهینامه ها', '#'],
	['آزمایشگاه', '#'],
	['تماس با ما', 'contactusfa.html']
];
