var mItems = new Array("Home", "Richard Armstrong", "Winifred Cawley", "Winifred Finlay", "Leif Hamre", "George Rochester");

var mItemLinks = new Array("1.html", "#", "#", "#", "#", "#")

var smItems = new Array(mItems.length)
var smItemsLinks = new Array(mItems.length)
smItems[1] = new Array("Biography", "Books", "Centenary Article", "Sea Change");

smItems[2] = new Array("Biography", "Books", "Down the Long Stairs", "Feast of the Serpent", "Silver Everything and Many Mansions", "Gran at Coalgate");

smItems[3] = new Array("Biography", "Books", "The Witch of Redesdale", "The Norton Family", "Radio Times Article");

smItems[4] = new Array("Biography", "Books", "Notes from Norway");

smItems[5] = new Array("Biography", "Books", "The Funk");

smItemsLinks[1] = new Array("2a.html", "2b.html", "2c.html", "2d.html");

smItemsLinks[2] = new Array("3a.html", "3b.html", "3c.html", "3d.html", "3e.html", "3f.html");

smItemsLinks[3] = new Array("4a.html", "4b.html", "4c.html", "4d.html", "4e.html");

smItemsLinks[4] = new Array("5a.html", "5b.html", "5c.html");

smItemsLinks[5] = new Array("6a.html", "6b.html", "6c.html");

