// ############# Navigation Data ################

var nav=new Array();
var dest=new Array();

nav["home"]=new Array();
nav["home"][0]=				"Home";
dest["home"]=new Array();
dest["home"][0]=			"index.html";

nav["house"]=new Array();
nav["house"][0]=			"The House";
//nav["house"]["plan"]=			  "Plan";
//nav["house"]["livingRooms"]=		  "Living Rooms";
//nav["house"]["bedroomsBathrooms"]=	  "Bedrooms &amp; Bathrooms";
dest["house"]=new Array();
dest["house"][0]=			"house.html";
//dest["house"]["plan"]=			  "#plan";
//dest["house"]["livingRooms"]=		  "#livingRooms";
//dest["house"]["bedroomsBathrooms"]=	  "#bedroomsBathrooms";

nav["grounds"]=new Array();
nav["grounds"][0]=			"The Grounds";
dest["grounds"]=new Array();
dest["grounds"][0]=			"grounds.html";

nav["lookout"]=new Array();
nav["lookout"][0]=			"The Lookout";
dest["lookout"]=new Array();
dest["lookout"][0]=			"lookout.html";

nav["availability"]=new Array();
nav["availability"][0]=			"Availability";
nav["availability"]["conditions"]=	  "Booking Conditions";
nav["availability"]["bookingForm"]=	  "Booking Form";
dest["availability"]=new Array();
dest["availability"][0]=		"availability.html";
dest["availability"]["conditions"]=	  ">PNTBKCN.pdf";
dest["availability"]["bookingForm"]=	  ">bookform.pdf";

nav["contact"]=new Array();
nav["contact"][0]=			"Contact Us";
dest["contact"]=new Array();
dest["contact"][0]=			"contact.html";

nav["location"]=new Array();
nav["location"][0]=			"Location";
dest["location"]=new Array();
dest["location"][0]=			"location.html";

//nav["activities"]=new Array();
//nav["activities"][0]=			"Activities";
//nav["activities"]["beaches"]=		  "Beaches";
//nav["activities"]["onLand"]=		  "On Land";
//nav["activities"]["atSea"]=		  "At Sea";
//dest["activities"]=new Array();
//dest["activities"][0]=			"activities.html";
//dest["activities"]["beaches"]=		  "#beaches";
//dest["activities"]["onLand"]=		  "#onLand";
//dest["activities"]["atSea"]=		  "#atSea";

//nav["shopping"]=new Array();
//nav["shopping"][0]=			"Shopping";
//nav["shopping"]["valley"]=		  "Valley";
//nav["shopping"]["holyhead"]=		  "Holyhead";
//nav["shopping"]["menai"]=		  "Menai Bridge";
//dest["shopping"]=new Array();
//dest["shopping"][0]=			"shopping.html";
//dest["shopping"]["valley"]=		  "#valley";
//dest["shopping"]["holyhead"]=		  "#holyhead";
//dest["shopping"]["menai"]=		  "#menai";

//nav["eatingOut"]=new Array();
//nav["eatingOut"][0]=			"Eating out";
//nav["eatingOut"]["locally"]=		  "Locally";
//nav["eatingOut"]["furtherAfield"]=	  "Further Afield";
//dest["eatingOut"]=new Array();
//dest["eatingOut"][0]=			"eatingOut.html";
//dest["eatingOut"]["locally"]=		  "#locally";
//dest["eatingOut"]["furtherAfield"]=	  "#furtherAfield";

//nav["moreToDo"]=new Array();
//nav["moreToDo"][0]=			"More to do";
//nav["moreToDo"]["placesToVisit"]=	  "Places to visit";
//nav["moreToDo"]["localArtists"]=	  "Local Artists";
//nav["moreToDo"]["historicSites"]=	  "Historic sites";
//dest["moreToDo"]=new Array();
//dest["moreToDo"][0]=			"moreToDo.html";
//dest["moreToDo"]["placesToVisit"]=	  "#placesToVisit";
//dest["moreToDo"]["localArtists"]=	  "#localArtists";
//dest["moreToDo"]["historicSites"]=	  "#historicSites";

nav["weather"]=new Array();
nav["weather"][0]=			"Weather";
dest["weather"]=new Array();
dest["weather"][0]=			"weather.html";

nav["webcamBeach"]=new Array();
nav["webcamBeach"][0]=			"Webcam - Beach";
dest["webcamBeach"]=new Array();
dest["webcamBeach"][0]=			"webcamViewer.html";

nav["webcamSea"]=new Array();
nav["webcamSea"][0]=			"Webcam - Sea";
dest["webcamSea"]=new Array();
dest["webcamSea"][0]=			"webcamSea.html";

//nav["postcards"]=new Array();
//nav["postcards"][0]=			"Postcards";
//dest["postcards"]=new Array();
//dest["postcards"][0]=			"postcards.html";

//nav["more"]=new Array();
//nav["more"][0]=				"Lots More Info";
//nav["more"]["access"]=			  "Access &amp; Safety";
//nav["more"]["broadband"]=		  "Broadband";
//nav["more"]["domestic"]=		  "Domestic details";
//nav["more"]["history"]=			  "History";
//nav["more"]["geology"]=			  "Geology";
//nav["more"]["taxis"]=			  "Taxis";
//dest["more"]=new Array();
//dest["more"][0]=			"more.html";
//dest["more"]["access"]=			  "#access";
//dest["more"]["broadband"]=		  "#broadband";
//dest["more"]["domestic"]=		  "#domestic";
//dest["more"]["history"]=		  "#history";
//dest["more"]["geology"]=		  "#geology";
//dest["more"]["taxis"]=			  "#taxis";

nav["links"]=new Array();
nav["links"][0]=			"Links";
dest["links"]=new Array();
dest["links"][0]=			"links.html";


