var mItems = new Array("WELCOME", "What's On?", "news", "Britain's Got Talent", "gallery");
var mItemLinks = new Array("1.html", "2.html", "3.html", "4.html", "5.html");
var smItems = new Array(mItems.length);
var smItemsLinks = new Array(mItems.length);
smItems[0] = new Array("Squad Contact");
smItems[1] = new Array("Who's who at WAS");
smItems[2] = new Array("Location", "Cheer N Dance Parties", "Xmas Party", "Our Friends & Useful Links");
smItems[3] = new Array("Competition Team Roster", "Squad Dates n Events");
smItems[4] = new Array("Cheer Party Pics", "Future Cheer Internationals @ Brighton 2008", "Pics 2008", "All Stars Back in Da Day", "link to video", "Urbanessence");
smItemsLinks[0] = new Array("1a.html");
smItemsLinks[1] = new Array("2a.html");
smItemsLinks[2] = new Array("3a.html", "3b.html", "3c.html", "3e.html");
smItemsLinks[3] = new Array("4a.html", "4b.html");
smItemsLinks[4] = new Array("5a.html", "5b.html", "5c.html", "5d.html", "5e.html", "5f.html");
