
<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->


document.write('<TABLE cellpadding=0 cellspacing=0 border=0><tr><td>');



document.write('<a href="tours.htm" class="barlink">Tours</a><BR>');
document.write('</td><td><IMG SRC="picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');

<!-- ADDING A LINK NOTE: copy and paste the next two line to make a new link -->


<!-- NOTE: copy and paste the above two line to make a new link -->


document.write('<a href="recommendations.htm" class="barlink">Recommendations</a><BR>');
document.write('</td><td><IMG SRC="picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');

document.write('<a href="gallery.htm" class="barlink">Photo Gallery</a><BR>');
document.write('</td><td><IMG SRC="picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');

document.write('<a href="contact.htm" class="barlink">Contact</a><BR>');
document.write('</td><td><IMG SRC="picts/menubar.gif" HEIGHT=20 WIDTH=13 border="0"><BR></td><td>');


document.write('</table>');

//  End -->