var MENU_ITEMS = [
	['Owners & Tenants', null, null,
		['Home', 'index.html'],
		['About RSL', 'about.htm'],
		['News', 'news.htm'],
		['Contact details', 'contacts.htm'],
		['Update your details', 'update.php'],
	],
	['Riverside Info', null, null,
		['Maintenance', 'maintenance.php'],
		['Gardens', 'gardens.htm'],
		['Squash Court', 'squash.htm'],
		['Lapas', 'lapa.htm'],
		['Map', 'map.htm'],
	    ['Take Aways', 'takeaways.html'],
	],
	['Rent or Own', null, null,
		['To Let', 'tolet.htm'],
		['For Sale', 'forsale.htm'],
		['Pricing Guide', 'pricing.htm'],
		['Property Value', 'propertyvalue.htm'],
		['Sectional title rules', 'rules.htm'],
	],
	['Body Corporate', null, null,
		['Managing Agents', 'managing.htm'],
		['Chairman', 'chairman.htm'],
		['Trustees', 'trustees.htm'],
		['Suggestions', 'suggestions.php'],
	],
];

