//// Begin

// NOTE: If you use a ' add a slash before it like this \'



var menuside		= "center"	// MENU SIDE | left | right | center



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menu-background"><tr><td align="'+menuside+'">');

document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


// START LINKS TO MAKE A NEW LINK COPY ANY OF THESE 2 LINES //


document.write('</td><td nowrap>');
document.write('<a href="gallery_09.htm" class="menu">Gallery</a>');

document.write('</td><td nowrap>');
document.write('<a href="comments.htm" class="menu">Comments</a>');

//document.write('</td><td nowrap>');
//document.write('<a href="rates.htm" class="menu">Rates</a>');

//document.write('</td><td nowrap>');
//document.write('<a href="availability_2009.htm" class="menu">Availability 2009</a>');

//document.write('</td><td nowrap>');
//document.write('<a href="availability_2010.htm" class="menu">Availability 2010</a>');


//document.write('</td><td nowrap>');
//document.write('<a href="bookings.htm" class="menu">Bookings</a>');

//document.write('</td><td nowrap>');
//document.write('<a href="specials.htm" class="menu">Specials</a>');

//document.write('</td><td nowrap>');
//document.write('<a href="downloads.htm" class="menu">Downloads</a>');

//document.write('</td><td nowrap>');
//document.write('<a href="terms.htm" class="menu">Terms</a>');

document.write('</td><td nowrap>');
document.write('<a href="to_do.htm" class="menu">Things to Do</a>');

document.write('</td><td nowrap>');
document.write('<a href="links.htm" class="menu">Links</a>');

document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact us</a>');


document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->
