<!-- Begin

// NOTE: If you use a ' add a slash before it like this \' as in Farmers\' Markets

// USE lowercase FOR ALL OPTIONS ONLY
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154" class="printhide"><tr><td>');
   if (linkstop == "yes") {
document.write('<img src="images/menu-top.gif" width="154" height="100" class="menutrans"><br>');
}

// START LINKS //

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about/" class="menu">About John</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="services/" class="menu">Services</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="books/" class="menu">John\'s Books</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="books/articles.html" class="menu">Articles & Journals</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="books/books_edited.html" class="menu">Books Technically Edited</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="books/books_grammar.html" class="menu">Books Structurally Edited</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="books/books_reviewed_a.html" class="menu">Books Reviewed</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="books/my_book_reviews.html" class="menu">John\'s Books Reviewed</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="books/articles_quoted_in.html" class="menu">Articles Quoted In</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="books/courses.html" class="menu">Course Development</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact/contact.html" class="menu">Contact John</a>');

// END LINKS //

document.write('</td></tr><tr><td>');
document.write('<img src="images/menu-bottom.gif" width="154" height="34"><br>');

document.write('</td></tr><tr><td align="center">');

document.write('</td></tr></table></DIV>');

//  End -->