var menuHierarchy = [
	['Home', 'index.php'],
	['Events', null,
		['Dressage', 'events-dr.php'],
		['Showjumping', 'events-sj.php'],
		['Forms', 'forms.php']
	],
	['Newsletters', 'news.php'],
	['Links', 'links.php'],
	['Photos', null,
		['Recent', 'photos.php'],
		['Archive', 'photoarc4.php']
    ],
	['Contacts', null,
		['Committee', 'contact.php'],
		['Membership', 'membership.php']
	]
]
