/* Tigra Menu items structure */
var MENU_ITEMS = [
	['HOME', 'index.html'],
	['PRODUCTS', 'prod.html', null,
		['UV Plus', 'prod_uv.html'],
		['UV Plus for Hardwoods', 'prod_uh.html'],
		['UV Plus for Pressure Treated', 'prod_up.html'],
		['Timberflex', 'prod_tf.html'],
		['Timberflex PRO Two Coat', 'prod_tfpro.html'],
		['Timberflex Interior', 'prod_ti.html'],
		['Semi Opaque Deck Stain', 'prod_dso.html'],
		['Liquid Renewer and Brightener', 'prod_wd.html'],
		['Powder Cleaner and Brightener', 'prod_ab.html'],
		['Composite Deck Finish', 'prod_cdf.html']
	],
	['FAQs', 'faq.html', null,
		['Where to Buy', 'order.html'],
		['UV Plus', 'prod_uv_faq.html'],
		['UV Plus for Hardwoods', 'prod_uh_faq.html'],
		['Timberflex', 'prod_tf_faq.html'],
		['Tintable Decking Stain', 'prod_dso_faq.html'],
		['Liquid Renewer', 'prod_wd_faq.html'],
		['Cleaner and Brightener', 'prod_ab_faq.html'],
		['Composite Deck Finish', 'prod_cdf_faq.html'],
		['How-To Project Guides', 'exterior_wood_how_to_projects.html']
	],
	['CONTACT US', 'contact.html'],
	['WHERE TO BUY', 'order.html']
];