var mItems = new Array("Home", "Paul Rodgers + related", "Paul Weller + Related", "The Who + Related", "The Beatles + Related", "A-C", "D-H", "I-P", "Q-S", "T-Z");
var mItemLinks = new Array("1.html", "2.html", "3.html", "4.html", "5.html", "6.html", "7.html", "8.html", "9.html", "A.html");
var smItems = new Array(mItems.length);
var smItemsLinks = new Array(mItems.length);
smItems[1] = new Array("Paul Rodgers Solo", "Bad Company", "Free", "The Firm", "Queen + Paul Rodgers", "Other Projects");
smItems[2] = new Array("The Jam", "The Style Council", "Paul Weller Solo ");
smItems[3] = new Array("The Who", "Solo Projects");
smItems[4] = new Array("The Beatles", "Solo Careers");
smItemsLinks[0] = "#";
smItemsLinks[1] = new Array("2a.html", "2b.html", "2c.html", "2d.html", "2e.html", "2f.html");
smItemsLinks[2] = new Array("3a.html", "3b.html", "3c.html");
smItemsLinks[3] = new Array("4a.html", "4b.html");
smItemsLinks[4] = new Array("5a.html", "5b.html");
smItemsLinks[5] = "#";
smItemsLinks[6] = "#";
smItemsLinks[7] = "#";
smItemsLinks[8] = "#";
smItemsLinks[9] = "#";

