var mItems = new Array("Welcome", "The House and Garden", "Photo Gallery", "Location and Useful Info", "Rates and Availability", "Terms and Conditions", "Booking Form", "Useful Links and Guest Book");

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

var smItems = new Array(mItems.length)
var smItemsLinks = new Array(mItems.length)
smItems[1] = new Array("The House", "The Garden");

smItems[2] = new Array("The village", "The Area", "Les Chateaux", "The food and wine");

smItems[3] = new Array("The Location", "Useful Info");

smItems[4] = new Array("Rates", "Availabilty");

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

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

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

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

