/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Products', null, {'sb':'Ramsey\'s Product Lines','sw':75},
		['Silent Chains', 'prod_sc.asp', {'sb':'General Information about Ramsey\'s Silent Chain Products'}],
		['Power Transmission', 'prod_pt.asp', {'sb':'General Information about Power Transmission Porducts'}],
		['Glass Transport', 'prod_gt.asp', {'sb':'General Information about Ramsey\'s Products for Glass Transport'}],
		['Industrial Conveying', 'prod_sc_conv.asp', {'sb':'General Information on Ramsey\'s Line of Silent Chain Products for General Conveying'}],
		['Drive Systems',  'prod_ds.asp', {'sb':'Ramsey Hyperlink Drive Solutions'}]
	],
	['Literature', null, {'sw':75},
		['Online Library', 'catalogs.asp', {'sb':'Ramsey\'s Online Literature Library'}]
	],
	['Sales', null, {'sw':50},
		['Ordering Information', 'sales_order_info.asp', {'sb':'Information for Ordering Ramsey Silent Chain and Sprockets'}],
		['Find a Distributor', 'sales_dist_int.asp', {'sb':'Ramsey Distributors and Reps Worldwide'}],
		['Request a Quote', 'contact_info_form.asp?base=rfq', {'sb':'Form for requesting a quote from Ramsey Products'}],
		['Request Drive Selection Assistance', 'contact_info_form.asp?base=ds', {'sb':'Contact Ramsey for help with Product Selection'}],
		['Trade Shows', 'sales_trade_shows.asp', {'sb':'Upcoming Trade Shows where Ramsey will be present.'}],
		['Ramsey Warranty', 'sales_warranty.asp', {'sb':'Ramsey Warranty Summary'}]
	],
	['Technical Info', null, null,
		['Silent Chain Basics', 'eng_fundamentals.asp', {'sb':'Basics of Silent Chain'}],
		['Chain Drive Selection', 'eng_chain_drive_design.asp', {'sb':'Chain Drive Design Information'}],
		['Maintenance & Installation', 'eng_mi.asp', {'sb':'Maintenance & Installation of Silent Chain'}]
	],
	['Customer Service', null, {'sw':120},
		['FAQ\'s', 'faq.asp', {'sb':'Requently Asked Questions'}],
		['Other Questions', 'contact.asp', {'sb':'Contact Ramsey for answers to your questions about our products and services'}]
	],
	['Tools', null, {'sw':50},
		['Drive Selection Program', 'contact_info_form.asp?base=dsp', {'sb':'Download Our Drive Selection Program'}],
		['Formulas', 'eng_formulas.asp', {'sb':'Useful formulas for designing applications for silent chain and sprockets'}],
		['Miscellaneous', 'tools_downloads.asp', {'sb':'Misc. tools and files for download'}]
	],
	['Chain Finder', 'http://chainfinder.ramseychain.com/default.aspx', null
	]
];
