// JavaScript Document
/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', '/index.shtml', {'tw':'_self'}],
	['Service', '/service/service.shtml', {'tw':'_self'}],
	['News', '/news/news.php', {'tw':'_self'}],
	['Products', '/products/products.shtml', {'tw':'_self'},
		['Equipment', '/products/products.shtml', {'tw':'_self'}],
		['Quench Flow Parts', '/store/page3.html', {'tw':'_self'}],
		['Stopped Flow Parts', '/store/page2.html', {'tw':'_self'}]
	],
	['Software', '/kinetic_explorer/', {'tw':'_self'}],
	['Methods', '/methods/methods.shtml', {'tw':'_self'}],
	['Contacts', '/contacts/contacts.shtml', {'tw':'_self'}],
	['View Cart', '/cgi-sys/cgiwrap/kintek/sc/order.cgi?storeid=kintek&function=show', {'tw':'_self'}]
];