
function leftmenu()
{
document.writeln("<hr width='95%' size='5' >");
document.writeln("<div style='line-height: 20px;'>");
document.writeln("<img src='images/bullet1.gif' alt='' width='12' height='12' border='0'> <a href='index.html'>Home</a> <br>");
document.writeln("<img src='images/bullet1.gif' alt='' width='12' height='12' border='0'> <a href='contactus.html'>Contact Us</a> <br>");
document.writeln("<img src='images/bullet1.gif' alt='' width='12' height='12' border='0'> <a href='siteplan.html'>Site Plan</a><br>");
document.writeln("<img src='images/bullet1.gif' alt='' width='12' height='12' border='0'> <a href='map.html'>Map - Location</a><br>");
document.writeln("<img src='images/bullet1.gif' alt='' width='12' height='12' border='0'> <a href='legaldescription.html'>Legal Description</a><br>");
document.writeln("<img src='images/bullet1.gif' alt='' width='12' height='12' border='0'> <a href='mainlodge.html'>Main Lodge</a><br>");
document.writeln("<img src='images/bullet1.gif' alt='' width='12' height='12' border='0'> <a href='picturegallery_main_lodge.html'>Lodge Picture Gallery</a><br>");
document.writeln("<img src='images/bullet1.gif' alt='' width='12' height='12' border='0'> <a href='luxurychalets.html'>Luxury Chalets</a><br>");
document.writeln("<img src='images/bullet1.gif' alt='' width='12' height='12' border='0'> <a href='meetingroom.html'>Meeting Room</a><br>");
document.writeln("<img src='images/bullet1.gif' alt='' width='12' height='12' border='0'> <a href='greenhouses.html'>Greenhouses</a><br>");
document.writeln("<img src='images/bullet1.gif' alt='' width='12' height='12' border='0'> <a href='woodworkersshop.html'>Wood Workers Shop</a><br>");
document.writeln("<img src='images/bullet1.gif' alt='' width='12' height='12' border='0'> <a href='staffquarters.html'>Staff Quarters</a><br>");
document.writeln("<img src='images/bullet1.gif' alt='' width='12' height='12' border='0'> <a href='boathouse.html'>Boat House</a><br>");
document.writeln("<img src='images/bullet1.gif' alt='' width='12' height='12' border='0'> <a href='themariner.html'>The Mariner</a><br>");
document.writeln("<img src='images/bullet1.gif' alt='' width='12' height='12' border='0'> <a href='motorpark.html'>Motor Park</a><br>");
document.writeln("<img src='images/bullet1.gif' alt='' width='12' height='12' border='0'> <a href='generators.html'>The Generators</a><br>");
document.writeln("<img src='images/bullet1.gif' alt='' width='12' height='12' border='0'> <a href='otherextras.html'>Other Extras</a><br> ");
document.writeln("</div><hr width='95%' size='5'>");
}


function footer()
{
document.writeln("<table width='100%' height=10 border=1 cellspacing=0 cellpadding=0 class='tdbgfooter'>");
document.writeln("<tr><td height='10' style='color: white;'>:: <a href='index.html' class='footerlinks'>Home</a> :: ");
document.writeln("<a href='contactus.html' class='footerlinks'>Contact Us</a> :: ");
document.writeln("<a href='links.html' class='footerlinks'>Other Links</a> :: ");
document.writeln("<a href='http://www.mysticalwonders.net' target='_blank' class='footerlinks'>Site Designed by Mystical Wonders Internet Consulting</a> ::</td></tr></table>");
}
