// menus for bottom of page

document.write('<tr>');
document.write('<td colspan="2" width="750"><br>');
document.write('<div style="padding-left: 42px; padding-right: 42px;" class="bottomnav">');
document.write('<div style="text-align: right;"><a href="#top" class="bottomnav">Top of page ^</a></div>');
document.write('<img src="files.lib/gif/divider.gif" width="665" height="1" alt="*" vspace="6"><br>');
document.write ('<a href="about.htm" class="bottomnav">About Thayer Willis</a> |');
document.write('<a href="book.htm" class="bottomnav">The Book</a> |');	
document.write('<a href="services.htm" class="bottomnav">Private Practice Services</a> |');    
document.write('<a href="presentations/index.htm" class="bottomnav">Presentations</a> |');
document.write('<a href="conference.htm" class="bottomnav">Conference Planners</a> |');
document.write('<a href="resources.htm" class="bottomnav">Resources</a> |');	
document.write('<a href="contact.htm" class="bottomnav">Contact</a>');	
document.write('<br><br><br>');	
document.write('Copyright &copy; 2002-2010 Thayer Willis');	
document.write('</div>');  
document.write('</td>');  
document.write('</tr>'); 