/* --- menu items --- */
var MENU_ITEMS = [
	['HOME', 'index.htm'
	],
	['SPECIAL EVENTS', null, null,
		['Dewi Dewi', 'dewi%20dewi.html'],
		['Neo Marina Band', 'neo_marina_band.html'],
		['Dj Riri & Giri', 'dj_riri.htm'],
		['Sexy Bee Band', 'sexy_bee_band.htm'],
		['Sexy Naughty Band', 'sexy_naughty_band.htm'],
		['2wenty One', '2wenty_one.htm'],
		['B Project', 'B_project.htm'],
		['Simply Dbest', 'simply_dbest.html'],
		['Hot Plate Band', 'Hot_Plate_Band.htm'],
		['Nero Band', 'nero_band_dj_parade.htm'],
		['Dearest Band', 'Dearest_Band.htm']
	],
	['MUSIC', 'music.htm'
	],
	['THIS MONTH', 'This_Month.htm'
	],
	['DRINKS', null, null,
		['Cocktail & Long Drink', 'cocktail_&_long_drink.htm'],
		['Shooters', 'shooters.htm'],
		['Flaming Cocktail', 'Flaming_Cocktail.htm'],
		['Barmans Special', 'Barman_Special.htm'],
		['Juice / Non Alcoholic', 'Juice_soft%20Drink%20_Non%20Alcoholic.htm'],
		['Beer', 'Beer.htm'],
		['Rum', 'rum.htm'],
		['Aperitif', 'aperitif.htm'],
		['Vermouth Sherry Port', 'Vermouth%20_%20Sherry%20_Port.htm'],
		['Brandy & Cognac', 'Brandy_%20&_%20Cognag.htm'],
		['Tequila', 'Tequila.htm'],
		['Liqueur', 'Liqueur.htm'],
		['Whisky', 'Whisky.htm'],
		['Gin', 'Gin.htm'],
		['Vodka', 'Vodka.htm'],
		['Wine', 'Wine.htm'],
		['Spirit & Whisky', 'Spirit_&_Whisky.htm']
	],
	['FOOD', null, null,
		['Salad', 'salad.htm'],
		['Indonesian Food', 'indonesian_foods.htm'],
		['Western Food', 'western_food.htm'],
		['Pizza', 'pizza.htm'],
		['Snacks', 'snacks.htm']
	],
	['RESTAURANT', 'restaurant.htm'
	],
	['CONTACT', 'contact.htm'
	],
	['PHOTOS', 'photos.htm'
	]
];

