/* --- menu items --- */
var MENU_ITEMS = [
	['Disc Jockey &nbsp;&nbsp;&nbsp;&nbsp;<img border="0" src="AEONWebsite/adn.gif">', 'DJ.htm', 
			['Main DJ Page', 'DJ.htm'],
			['Weddings', 'Wedding.html'],
			['Birthdays', 'bday.htm'],
			['Anniversaries', 'anniversary.html'],
			['Lighting/Special Effects','effects.html'],
			['Games & Prizes', 'GamesActivities.html'],
			['Other Functions &nbsp;<img border="0" src="AEONWebsite/art.gif">', null,
					['School Dances', 'schooldance.html'],
					['Class Reunions', 'classreunion.html'],
					['Holiday Parties', 'Corporate.html'],
			],
	],
	['Entertainment <img border="0" src="AEONWebsite/adn.gif">', 'entertain.html',
		['Æntertainment Options', 'entertain.html'],
		['Singer', 'singer.html'],
		['Magician', 'talent.html#Magic'],
		['Karaoke', 'KARAOKE.html'],
		['Master of Ceremonies', 'talent.html#MC'],
		['Special Effects', 'effects.html'],
	],
	['Talent &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img border="0" src="AEONWebsite/adn.gif">', 'talent.html', 
			['Voice Overs', 'voice.html#voice'],
			['Voice Mail', 'voice.html#VM'],
			['Vocalist', 'singer.html'],
			['Spokesperson', 'talent.html#SPson'],
			['Event Presenter', 'talent.html#MC'],
			['Actor', 'talent.html#actor'],
	],
	['Planning &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img border="0" src="AEONWebsite/adn.gif">', 'Planning.html', 
			['24/7 Planning page', 'Planning.html'],
			['Event Organization &nbsp', 'Eventplan.html'],
	],
	['Home &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;', 'main.htm'],
];
