<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// GALLERY MENU LINKS

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="gallery_menutable"><tr><td align="right" valign="top">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="printhide"><tr><td width="1">');
document.write('<img src="picts/spacer.gif" height="1" width="1"><br>');

// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON

document.write('</td><td>');
document.write('<a href="farmhouse-bed-and-breakfast-adare.htm" class="menu-nav">Farmhouse B&B</a>');

document.write('</td><td>');
document.write('<a href="self-catering-accommodation-one-bedroom-mews.htm" class="menu-nav">One Bedroom Mews</a>');

document.write('</td><td>');
document.write('<a href="self-catering-accommodation-two-bedroom-mews.htm" class="menu-nav">Two Bedroom Mews</a>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

// END -->