var db = document.all ? '<div style="width:155px">&nbsp;&nbsp;&nbsp;' : '&nbsp;&nbsp;&nbsp;';
var de = document.all ? '</div>' : '&nbsp;&nbsp;&nbsp;';
var f0 = db+'- History'+de;
var f1 = db+'- Accommodation'+de;
var f2 = db+'- Layout'+de;
var f3 = db+'- Facilities'+de;
var f4 = db+'- Location'+de;
var f5 = db+'- Image Gallery'+de;
var f6 = db+'- Local Community'+de;
var f7 = db+'- Activities'+de;
var f8 = db+'- General Information'+de;
var f9 = db+'- Booking & Cancellation<br>&nbsp; &nbsp; &nbsp; Policy'+de;
var f10 = db+'- Contact Us' +de;
var f11= db+ '<p><font size=1>This site is designed and maintained by 9rs.net' +de;
var COOL_NODES = [
	['Home', 'index.html', null],
	['<p> <br>About Stone House', null, null,
		[f0, 'history.html', null],
		[f1, 'accommodation.html', null],
		[f2, 'layout.html', null],
		[f3, 'facilities.html', null],
		[f4, 'location.html', null],
		[f5, 'imagegallery.html', null],
	],
	['<p> <br>About the Area', null, null,
		[f6, 'local.html', null],
		[f7, 'activities.html', null],
	],
	['<p> <br>Bookings & Inquiry', null, null,
		[f8, 'generalinfo.html', null],
		[f9, 'bookings.html', null],
		[f10, 'contactus.html', null],
	],
];

