var mItems = new Array("Home Page", "CDs of the band", "News & Events", "Players", "Photographs", "Our own music", "Map (directions)", "Contact us");
var mItemLinks = new Array("1.html", "2.html", "3.html", "4.html", "5.html", "6.html", "7.html", "8.html");
var smItems = new Array(mItems.length);
var smItemsLinks = new Array(mItems.length);
smItems[0] = new Array("Band History");
smItems[2] = new Array("SWBBA Contest Win", "Concerts & Contests", "Philip Harper Workshop", "Conductor", "Weston Contest", "Members news", "Ground Force - Jill's Garden", "Bandroom");
smItems[4] = new Array("CD recording", "CD recording soloists", "CD recording members");
smItemsLinks[0] = new Array("1a.html");
smItemsLinks[1] = "#";
smItemsLinks[2] = new Array("3b.html", "3e.html", "3f.html", "3g.html", "3h.html", "3i.html", "3j.html", "3k.html");
smItemsLinks[3] = "#";
smItemsLinks[4] = new Array("5a.html", "5b.html", "5c.html");
smItemsLinks[5] = "#";
smItemsLinks[6] = "#";
smItemsLinks[7] = "#";

