var mItems = new Array("Home Page", "New CD", "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("Concerts & Contests", "New Conductor", "Members news", "Weston Contest", "Ground Force - Jill's Garden");
smItems[4] = new Array("CD recording", "CD recording soloists", "CD recording members", "Kates Wedding");
smItemsLinks[0] = new Array("1a.html");
smItemsLinks[1] = "#";
smItemsLinks[2] = new Array("3b.html", "3d.html", "3e.html", "3f.html", "3g.html");
smItemsLinks[3] = "#";
smItemsLinks[4] = new Array("5a.html", "5b.html", "5c.html", "5d.html");
smItemsLinks[5] = "#";
smItemsLinks[6] = "#";
smItemsLinks[7] = "#";
