<!-- start

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

// NOTE: Copy and paste any link to add a new link

document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="100%"><tr><td class="menutext">');
document.write('<br>');
document.write('<ul>');


// -- START MENU LINKS

document.write('<li><A HREF="index.html">Home</a><br>');

document.write('<li><A HREF="about.html">About</a><br>');

document.write('<li><A HREF="photo_gallery.html">Photos</a><br>');

document.write('<li><A HREF="links.html">Links</a><br>');

document.write('<li><A HREF="bookshop.html">Bookshop</a><br>');

document.write('<li><A HREF="volunteers.html">Volunteer</a><br>');

document.write('<li><A HREF="contact-us.html">Contact</a><br>');

//-- END MENU LINKS




document.write('</ul>');
document.write('</td></tr></table>');



//  End -->