
/* please register to get documentation */

var MENU_ITEMS = [
	['Home', 'index.php', [null, null, 42, null]],
	['About Us', 'about.php', [42, null, 61, null]],
	['Engagement Rings', 'engagement.php', [61, null, 114, null]],
	['Wedding Rings', '#', [114, null, 93, null],
		['&nbsp;White Gold', 'wwhite.php', [0,null,90]],
		['&nbsp;Two Tone', 'wtwo.php', [null,null,90]],
		['&nbsp;Yellow Gold', 'wyellow.php', [null,null,90]],
		['&nbsp;Tri Color', 'wtri.php', [null,null,90]],
	],
	['Other Jewelries', 'other.php', [93, null, 100, null]],
	['Shop Online', 'shop.php', [100, null, 80, null]],
	['Bridal Fairs', 'matus.php/?cat=3', [80, null, 72, null]],
	['Featured Couples', 'couples.php', [72, null, 109, null]],
	['Contact Us', 'contact.php', [109, null, 70, null]],
	
];

