var mItems = new Array("Home", "About The Band", "Buy A CD Of The Band", "Gallery", "Contact The Band", "How To Join", "Links");
var mItemLinks = new Array("1.html", "2.html", "3.html", "4.html", "5.html", "6.html", "7.html");
var smItems = new Array(mItems.length);
var smItemsLinks = new Array(mItems.length);
smItems[4] = new Array("Map");
smItemsLinks[0] = "#";
smItemsLinks[1] = "#";
smItemsLinks[2] = "#";
smItemsLinks[3] = "#";
smItemsLinks[4] = new Array("5a.html");
smItemsLinks[5] = "#";
smItemsLinks[6] = "#";

