// Menu Generator (c) 2002 Kelly Birch
// This script may not be reproduced without permission

// Menu for the root directory

var menu = new Array(
"Home",
"Wheels & Rims",
"Tool Manufacturing",
"More Tools",
"About Us",
"Contact Us"
); 

var link = new Array(
"index.html",
"wheel.html",
"tools.html",
"tools2.html",
"about.html",
"contact.html"
);

// the number of items in the menu array
var menuitem = 6;

