<!-- Begin

var menuheight	="100"	  // OVERALL MENU HEIGHT
var menuwidth	="150"	  // OVERALL MENU WIDTH
var botmline	="19"	  // HEIGHT OF VERT LINE UNDER MENU



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="printhide"><tr><td>');
document.write('<img src="images/spacer.gif" HEIGHT="'+menuheight+'" WIDTH="0"><br>');
document.write('</td><td valign="bottom">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
//document.write('<img src="images/spacer.gif" HEIGHT="1" WIDTH="10"><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">Welcome</a><br>');

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

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

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

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

document.write('</td></tr><tr><td>');
//document.write('<img src="images/menu_bottom.gif" HEIGHT="2" WIDTH="38"><br>');
//document.write('</td></tr><tr><td align="right" class="menu-line">');
document.write('<img src="images/spacer.gif" height="'+botmline+'" width="'+menuwidth+'"><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->