// main template of top & left navigations
document.write("    <LI>");
//document.write("    <A class='navhome' href='http://www.modernfalconry.com' title='Return to Modern Falconry's home page.'>");
//document.write("          home");
//document.write("      </A>");
//document.write("      <A class='navproducts' href='http://www.modernfalconry.com/products.html' title='Go to Modern Falconry products page'>");
//document.write("          products");
//document.write("      </A>");
//document.write("      <A class='navaccessaries' href='http://astore.amazon.com/moderfalco-20?_encoding=UTF8&node=334' title='Go to our new books & accessaries store'>");
//document.write("          falconry books");
//document.write("      </A>");
document.write("      <A class='navDIY' href='http://www.modernfalconry.com/diy.html' title='Do-It-Yourself & how to section...'>");
document.write("          D.I.Y.");
document.write("      </A>");
//document.write("      <A class='navviewcart' href='https://www.paypal.com/cart/display=1&business=txyaaj@hotmail.com' title='View items in your shopping cart.'>");
//document.write("          view cart");
//document.write("      </A>");
document.write("      <A class='navsupport' href='http://www.modernfalconry.com/support.html' title='Support and help page.'>");
document.write("          support");
document.write("      </A>");
document.write("      <A class='navwarranty' href='http://www.modernfalconry.com/warranty.html'>");
document.write("          warranty");
document.write("      </A>");
document.write("      <A class='navdisclaimers' href='http://www.modernfalconry.com/disclaimers.html'>");
document.write("          disclaimers");
document.write("      </A>");
document.write("      <A class='navaboutus' href='http://www.modernfalconry.com/aboutus.html'>");
document.write("          about us");
document.write("      </A>");
document.write("      <A class='navcontactus' href='http://www.modernfalconry.com/contactus.html'>");
document.write("          contact us");
document.write("      </A>");
document.write("      <A class='navlinks' href='http://www.modernfalconry.com/links.html' title='Useful links'>");
document.write("          links");
document.write("      </A>");
document.write("      <A class='navgallery' href='http://www.modernfalconry.com/gallery.html' title='See some pictures we have collected over the years'>");
document.write("          gallery");
document.write("      </A>");
document.write("   </LI>");



