/* Tigra Menu items structure */
var MENU_ITEMS = [
	['Home', 'index.php', {'tw':'_self','tt':'','sw':'50'}],
	['Holidays', 'RR1.php', {'tw':'_self','tt':'','sw':'76'}],
	['Birthdays', 'RRBDay.php', {'tw':'_self','tt':'','sw':'76'}],
	['Anniversaries', 'RRADay.php', {'tw':'_self','tt':'','sw':'104'}],
	['Appointments', 'RRAPDay.php', {'tw':'_self','tt':'','sw':'104'}],
	['Day to Day', 'RRDDDay.php', {'tw':'_self','tt':'','sw':'80'}],
	['Reminders List', '', {'tw':'_self','tt':'','sw':'110'},
		['All Reminders', 'RRBDisplay.php', {'tw':'_self','tt':'','sw':'140'}],
		['Anniversaries', 'RRBDisplayANV3.php', {'tw':'_self','tt':'','sw':'140'}],
		['Appointments', 'RRBDisplayAP4.php', {'tw':'_self','tt':'','sw':'140'}],
		['Birthdays', 'RRBDisplayB2.php', {'tw':'_self','tt':'','sw':'140'}],
		['Holidays', 'RRBDisplayH1.php', {'tw':'_self','tt':'','sw':'140'}],
		['Day to Day', 'RRBDisplayD5.php', {'tw':'_self','tt':'','sw':'140'}]
	],		
	['My Profile', 'UsrProfile.php', {'tw':'_self','tt':'','sw':'80'}],		
	['Contact Us/FAQ', 'contactus.html', {'tw':'_self','tt':'','sw':'110'}],
	['Log Out', 'LogOut.php', {'tw':'_self','tt':'','sw':'70'}],
];
