// MENU_ITEMS.JS FILE

var MENU_ITEMS_LIB =[
	['<img src="images/references.gif" width="95" height="29" border="0" />', 'literature_lib.php',
		['Reference Guides', 'reference_guides.php'],
		['Literature', 'literature_lib.php'],
		['Technical Papers','technical_Literature.php'],
		['Quotation & Order Forms','quotation_order_forms.php'],
		['Domestic Dealer Application','DomesticDealer.xls'],
		['International Dealer Application','InternationalDealer.xls'],
		['News','news.php'],
		['Photography','photography.php']
	]
];

var MENU_ITEMS_ABOUT =[
	['<img src="images/about.gif" width="95" height="29" border="0" />', 'aboutus.php',
		['Company Overview', 'overview.php'],
		['History', 'history.php'],
		['Laboratories and Calibration Systems', 'calibration_labs.php'],
		['Laboratory Equipment', 'lab_equipment.php']
	]
];

var MENU_ITEMS_HELP =[
        ['<img src="images/help.gif" width="95" height="29" border="0" />', 'contactus.php',
		['FAQs', 'faq.php'],
		['Feedback', 'feedback.php'],
		['Live Chat', 'livechat.php']
	]
];

var MENU_ITEMS_CUS =[
	['<img src="images/contactus.gif" width="95" height="29" border="0" />', 'contactus.php',
		['Distributors / Dealers', 'contactus_dist.php'],
		['Direct / End Users', 'contactus_direct.php'],
		['General Information','contactus.php'],
		['Job Opportunities','careers.php']
	]
];
