function printBottomLinks() 

{
document.write("<div align='center'>");
document.write("<br>
  "); document.write("<a href='index.htm' class='bottomlinks'>home</a>&nbsp;&nbsp;: 
  :&nbsp;&nbsp;<a href='shop.htm' class='bottomlinks'>shop</a>&nbsp;&nbsp;: :&nbsp;&nbsp;<a href='about.htm' class='bottomlinks'>about</a>&nbsp;&nbsp;: 
  :&nbsp;&nbsp;<a href='customerservice.htm' class='bottomlinks'>customer service</a>&nbsp;&nbsp;: 
  :&nbsp;&nbsp;<a href='http://ww8.aitsafe.com/cf/review.cfm?userid=A690142' class='bottomlinks'>view 
  cart</a>&nbsp;&nbsp;: :&nbsp;&nbsp;<a href='events.htm' class='bottomlinks'>events</a>&nbsp;&nbsp;: 
  :&nbsp;&nbsp;<a href='contactus.htm' class='bottomlinks'>contact</a>&nbsp;&nbsp;: 
  :&nbsp;&nbsp;<a href='mailinglist.htm' class='bottomlinks'>mailing list</a>"); 
  document.write("<br>
  <a href='#top' class='bottomlinks'>return to top</a>"); 
document.write("</div>");
} 



function printBottomText() 

{
document.write("<div align='center'>");
document.write("<br>");
document.write("<p class='copyright'><font size='-2'>Prices, products and services are subject to change without notice. <br> © Copyright 2010 Northwoods Marine Canvas, Inc. -</font> <a href='http://www.northwoodsmarine.com' target='_blank'><font size='-2' color=#999999 style='text-decoration:none'>www.northwoodsmarine.com</font></a> <font size='-2'>- All rights reserved. <br> Please direct any questions or comments about this web site </font><a href='mailto:westwildwood@gmail.com'><font size='-2' color=#999999 style='text-decoration:none'>here</font></a><font size='-2'>. Web design by </font><a href='http://www.westwildwood.com' target='_blank'><font size='-2' color=#999999 style='text-decoration:none'>Westwildwood, Inc.</a> </p>");
document.write("</div>");

} 

