/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', null],
	['Store', 'http://www.millineryflairfashions.com/eshop/', {'sb':'Go to the Millinery Flair Fashions store'}],
	['Support', 'http://www.millineryflairfashions.com/eshop/information.php', {'sb':'Acceptable use and store policies'}],
	['FAQ', 'http://www.millineryflairfashions.com/eshop/faq.php?cID=1', {'sb':'Frequently asked questions'}],
	['Login', 'http://www.millineryflairfashions.com/eshop/login.php', {'sb':'Returning customers login to the estore'}]
];

