<!-- Begin MENU

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


var menuside	= "center"	// MENU SIDE | left, right or center
var menuspace	= "1"		// MENU END SPACING

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="900" align="center" class="menutable"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="http://www.classichistorybooks.com/picts/spacer.gif" width="'+menuspace+'" height="18"></a><br>');


document.write('</td><td>');
document.write('<a href="http://www.classichistorybooks.com" class="menu">History Books</a>');



document.write('</td><td>');
document.write('<a href="http://www.classichistorybooks.com/historybooks.html" class="menu">Book List</a>');



document.write('</td><td>');
document.write('<a href="http://www.classichistorybooks.com/authorbios.html" class="menu">Author Bios</a>');



document.write('</td><td>');
document.write('<a href="http://www.classichistorybooks.com/sitemap.html" class="menu">Site Map</a>');



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON


document.write('</td><td>');
document.write('<a href="http://www.classichistorybooks.com/aboutus.html" class="menu">About Us</a>');



// END LINKS


document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="http://www.classichistorybooks.com/picts/spacer.gif" width="'+menuspace+'" height="18"></a><br>');
document.write('</td></tr></table>');


//  End -->