
/* please register to get documentation */

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

