// JavaScript Document
function menufooter() {
  document.write("<A href=index.html class=footer>Home</A> | ")
  document.write("<A href=#top class=footer>Top of the Page</A> | ")
  document.write("<A href=00copyright.html class=footer>The Huey Helicopter Co. &amp; Sport Helicopters © 2007</A> | ")
  document.write("<A href=00terms.html class=footer>Terms of Service</A> | ")
  document.write("<A href=00sitemap.html class=footer>Sitemap</A> | ")
  document.write("<A href='http://www.madbuzzdesign.com' class=footer target=_blank>Designed by Madbuzzdesigns.com</A> ")
//  document.write("<A class=menuItem href=002virtualtour.html>Virtual Tour</A> ")
}
