// -----------------------------------------------------------------------------
// Main Menu
// -----------------------------------------------------------------------------
function menu() {
document.write('        ');
document.write('            <a href="/getListed.html">GET LISTED</a> | <a href="/press.html">NEWS</a> | <a href="/ml_newbooks.htm">SIGN UP FOR NEWSLETTER</a> | <a href="/history.htm">ABOUT US</a> | <a href="/contactUs.html">CONTACT US</a> | <a href="/label.html">RETURNS DEPT</a> | <a href="/order_form/order_books.php">ORDER FORM</a> | <a href="/index.htm">HOME</a>');
document.write('        </div>');
document.write('        <table class="logo"><tr>');
document.write('                <td class="r1c1"><img src="/images/logo11.jpg" alt="" /></td>');
document.write('                <td class="r1c2"><img src="/images/logo12.jpg" width="263" height="83" alt="" /></td>');
document.write('                <td class="r1c3"><img src="/images/logo13.jpg" width="267" height="83" alt="Grey House" /></td></tr>');
document.write('            <tr><td class="r2c1"><img src="/images/logo21.jpg" width="219" height="83" alt="" /></td>');
document.write('                <td class="r2c2"><img src="/images/logo22.gif" width="263" height="83" alt="Opening Up Worlds of Information" /></td>');
document.write('                <td class="r2c3"><img src="/images/logo33.jpg" width="267" height="83" alt="Publishing" /></td></tr></table>');
document.write('        <table class="logomenu"><tr>');
document.write('                <td width="199"><img src="/images/logomenu11.jpg" width="199" height="20" alt="" /></td>');
document.write('                <td class="links"><a href="/library.htm">FEATURED TITLE</a>|<a href="http://circ.greyhouse.ca">CANADA\'S INFORMATION RESOURCE CENTER</a>|<a href="/titles2.htm">TITLE LIST</a>|<a href="/datacards.html">DATACARDS</a>');
document.write('                </td></tr></table>');
document.write('        <div class="secondmenu">');
document.write('            <a href="/almanac.htm">CANADIAN ALMANAC</a> | <a href="/assoc.htm">ASSOCIATIONS</a> | <a href="/finance.htm">FINANCE</a> | <a href="/environ.htm">ENVIRONMENT</a> | <a href="/library.htm">LIBRARIES</a>  | <a href="/parl.htm">PARLIAMENTARY GUIDE</a>');
document.write('        ');
}



// -----------------------------------------------------------------------------
// Footer
// -----------------------------------------------------------------------------

function footer() {
document.write('        ');
document.write('        <table class="contentmenu"><tr><td width="287" height="20"> ');
document.write('                    <img src="/images/contentmenu11.jpg" width="287" height="20" alt="" /></td> ');
document.write('                <td>Want to get the latest product information? - <a href="/ml_newbooks.htm">Click Here to Join Our Email ');
document.write('                        List!</a></td></tr></table> ');
document.write('        <div class="secondmenu"> ');
document.write('            <a href="/almanac.htm">CANADIAN ALMANAC</a> | <a href="/assoc.htm">ASSOCIATIONS</a> | <a href="/finance.htm">FINANCE</a> | <a href="/environ.htm">ENVIRONMENT</a> | <a href="/library.htm">LIBRARIES</a>  | <a href="/parl.htm">PARLIAMENTARY GUIDE</a> ');
document.write('        </div> ');
document.write('        <div class="footer"> ');
document.write('            All content &copy; Grey House Publishing Canada - 555 Richmond Street West, Suite 301, Toronto, Ontario CANADA M5V 3B1');
document.write('                        <br><span class="contact">EMAIL:</span> info@greyhouse.ca ');
document.write('            <span class="div">|</span> <span class="contact">TEL:</span> (416) 644-6479 ');
document.write('            <span class="div">|</span> <span class="contact">TOLL FREE:</span> (866) 433-4739 ');
document.write('            <span class="div">|</span> <span class="contact">FAX:</span> (416) 644-1904 ');
document.write('        </div> ');
}
