// JavaScript Document
function menutext() {
  document.write("<DIV class=TopNav>")
  document.write("<DIV id=navlft></DIV>")
  document.write("<A href=index.html>HOME</A>")
  document.write("<A href=02aboutus.html>ABOUT US</A>")
  document.write("<A href=03standard.html>STANDARD TOURS</A>")
  document.write("<A href=04special.html>SPECIAL TOURS</A>")
  document.write("<A href=05fleet.html>HELICOPTER FLEET</A>")
  document.write("<A href=07photos.html>PHOTOS</A>")
  document.write("<A href=08film.html>FILM INDUSTRY</A>")
  document.write("<A href=09faqs.html>FAQs</A>")
  document.write("<A href=10contactus.html>CONTACT US</A>")
  document.write("<A href=11links.html>LINKS</A>")
  document.write("<DIV id=navrt></DIV></DIV>")
//  document.write("<A class=menuItem href=002virtualtour.html>Virtual Tour</A> ")
}
