var mItems = new Array("The House");
var mItemLinks = new Array("1.html");
var smItems = new Array(mItems.length);
var smItemsLinks = new Array(mItems.length);
smItems[0] = new Array("Details", "Gallery", "Costs", "Contact Details", "Availability");
smItemsLinks[0] = new Array("1a.html", "1b.html", "1c.html", "1d.html", "1e.html");
