// Menu Generator (c) 2002 Kelly Birch
// This script may not be reproduced without permission

// Menu for the root directory

var menu = new Array(
"Home",
"Food",
"Drinks",
"Music",
"Parties",
"Specials",
"Press",
"Gallery",
"Jobs",
"Join",
"About",
"Contact"
); 

var link = new Array(
"index.html",
"menu.html",
"cocktails.html",
"gigs.html",
"functions.html",
"specials.html",
"reviews.html",
"photos.html",
"employment.html",
"membership.html",
"about.html",
"contact.html"
);


// the number of items in the menu array
var menuitem = 12;

