/* Tigra Menu items structure */

var MENU_ITEMS = [

		['Home', 'index.html', {'tw':'_self','sb':'Home (index.html)'}],

		['Profile', 'profile.htm', {'tw':'_self'}],

		['Products', 'products.htm', {'tw':'_self','sb':'Products (products.htm)'},

		['Adhesive Applications', 'adhesive_applications.htm'],

		['Electronics', 'electronics.htm'],

		['Flexographic Printing', 'flexographicprinting.htm'],

		['Masking & Foam', 'masking_vibration.htm'],

		['Medical & Diagnostics', 'medical.htm'],

		['Retail and Consumer', 'retailconsumer.htm'],

		['Vent Filters', 'automotive_filter.htm']
		],

		['Contact Us', 'contact.php', {'tw':'_self','sb':'Contact Us (contact.php)'}]

];


