/* Tigra Menu items structure */
var MENU_ITEMS = [
	['home', 'index.jsp?page=home'],
	['products', null, null,
		['natural soap bars', 'index.jsp?page=soaps'],
		['natural body care', 'index.jsp?page=other'],
		['natural baby products', 'index.jsp?page=baby'],
		['home products', 'index.jsp?page=mtnhome'],
		['fragrance free', 'index.jsp?page=fragrance_free'],
		['shop for someone', null, null,
			['mountain baby', 'index.jsp?page=baby'],
			['mountain mama', 'index.jsp?page=mama'],
			['mountain girl', 'index.jsp?page=girl'],
			['mountain lady', 'index.jsp?page=lady'],
			['mountain man', 'index.jsp?page=man'],
			['soap gift sets', 'index.jsp?page=gifts'],
			['gift certificates', 'index.jsp?page=gift_certificate']
		]
	],
	['company', null, null,
		['about us', 'index.jsp?page=aboutus'],
		['contact us', 'index.jsp?page=contact_us'],
		['shipping', 'index.jsp?page=shipping'],
		['resell natural soap', 'index.jsp?page=wholesale'],
		['custom orders', 'index.jsp?page=custom'],
		['terms & policies', null, null,
			['payment', 'index.jsp?page=payment'],
			['returns', 'index.jsp?page=returns'],
			['privacy', 'index.jsp?page=privacy'],
			['back orders', 'index.jsp?page=back order']
		]
	],
	['more', null, null,
		['FAQ', 'index.jsp?page=faq'],
		['ingredients', 'index.jsp?page=ingredients'],
		['product care', 'index.jsp?page=use'],
		['sensitive skin', 'index.jsp?page=allergy'],
		['mountain girl articles', null, null,
			['why natural soap?', 'index.jsp?page=junk'],
			['ingredients to avoid', 'index.jsp?page=soap-ingredients-to-avoid'],
			['antibacterial soap', 'index.jsp?page=antibacterial'],
			['safe ingredients', 'index.jsp?page=safe'],
			['homemade baby wipes', 'index.jsp?page=homemade-baby-wipes'],
			['clean green', 'index.jsp?page=clean-green']
		]
	],
	['cart', 'shoppingCart.jsp']
];

