/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Our Family','../Our_Family.php'],
		['Jewelry','../Jewelry.php',null,
	 ['Diamonds','../Diamonds_Info.php'],
	 ['Gold','../Gold_Info.php'],
	 ['Palladium','../Palladium_info.php'],
	 ['Pearls','../Pearls_Info.php'],
	 ['Platinum','../Platinum_jewelry_info.php'],
	 ['Watches','../Watches_Info.php']
	 ],
	['Designers','../Designers.php'],
	['Bridal','../Bridal.php'],
	['Services','../Services.php',null,
	['Custom Design','../Custom_Jewelry_Services.php'],
	['On-site Repair center','../On_Site_repair.php'],
	['Pearl restringing','../Pearl_restringing.php'],
	['Appraisals','../Appraisals_Jewelry_Services.php'],
	['Gold buying','../Gold_Buying_Services.php']
	],
	['Testimonials', '../Testimonials.php'
	],
	['News & Events', '../News_Events.php'
	],
	['Contact', '../contact.php']
];
