<!-- Begin

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

// NOTE: To edit menus code edit the coolstyle.css



var menuheight ="200" // OVERALL MENU HEIGHT was 228
var menuwidth ="130" // OVERALL MENU WIDTH was 130
var botmline ="0" // HEIGHT OF VERT LINE UNDER MENU was 19


document.write('<table cellpadding="0" cellspacing="0" border="0" class="printhide"><tr><td>');
document.write('<img src="picts/spacer.gif" height="'+menuheight+'" width="10" alt="spacer"><br>');
document.write('</td><td valign="bottom" align="left">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="picts/spacer.gif" height="1" width="10" alt="spacer"><br>');


// START MENU LINKS

// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK


document.write('</td></tr><tr><td class="menu">');
document.write('<a href="index.htm">home</a><br>');

document.write('</td></tr><tr><td class="menu">');
document.write('<a href="news.htm">news</a><br>');

document.write('</td></tr><tr><td class="menu">');
document.write('<a href="contact.htm">contact</a><br>');

document.write('</td></tr><tr><td class="menu">');
document.write('<a target="_blank" title="opens in a new window" href="http://www.genbook.com/bookings/slot/reservation/30023435?bookingSourceId=1000">booking&nbsp;<img src="picts/external.png" alt="external link icon" border="0"></a><br>');

document.write('</td></tr><tr><td class="menu-line">');
document.write('<img src="picts/spacer.gif" height="'+botmline+'" width="'+menuwidth+'"><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->
