/* Tigra Menu items structure */
var MENU_ITEMS = [
	['about anabelles', 'index.php?about', {'tw':'_self'},
		['the company', 'index.php?company', {'tw':'_self'},
			['the story', 'index.php?story', {'tw':'_self'}],
			['corporate philosophy', 'index.php?philosophy', {'tw':'_self'}]
		],
		['the difference', 'index.php?difference', {'tw':'_self'},
			['oriental heritage', 'index.php?heritage', {'tw':'_self'}],
			['knowledge', 'index.php?knowledge', {'tw':'_self'}],
			['holistic approach', 'index.php?holistic_approach', {'tw':'_self'}],
			['research and development', 'index.php?research', {'tw':'_self'}],
			['ingredients', 'index.php?ingredients', {'tw':'_self'}],
			['superior technology', 'index.php?technology', {'tw':'_self'}],
			['packaging', 'index.php?packaging', {'tw':'_self'}],
			['intercessory prayer', 'index.php?prayer', {'tw':'_self'}]
		],
		['the product', 'index.php?product', {'tw':'_self'},
			['lifeparticlesŪ complex', 'index.php?lifeparticles', {'tw':'_self'}],
			['aromachology', 'index.php?aromachology', {'tw':'_self'}],
			['chromology', 'index.php?chromology', {'tw':'_self'}]
		],
		['how we care', 'index.php?care', {'tw':'_self'},
			['values and principles', 'index.php?values', {'tw':'_self'}],
			['cruelty free', 'index.php?cruelty_free', {'tw':'_self'}],
			['giving and helping', 'index.php?helping', {'tw':'_self'}]
		],
				['faq', 'index.php?qa', {'tw':'_self'}]
	],
	['health&beauty', 'index.php?health', {'tw':'_self'}],
	['find a location', 'index.php?location', {'tw':'_self'}],
	['email signup', 'index.php?signup', {'tw':'_self'}],
	['shopping bag', 'index.php?shopping', {'tw':'_self'}]
];