
 // Javascript to generate HTML code for Menu

 document.write("<div id=\"menu\">");
 document.write("  <a href=\"http://" + dest + "\" title=\"" + desttxt + "\">");
 document.write("    <img src=\"/images/logo 200x233.jpg\" alt=\"Outriders Logo\" />");
 document.write("  </a>");
 document.write("  <a href=\"http://outriders-mcc.co.uk/calendar/\" title=\"View our Calendar\">Calendar</a><br />");
 document.write("  <a href=\"http://outriders-mcc.co.uk/contact/\" title=\"Contact Info\">Contact</a><br />");
 document.write("  <a href=\"http://outriders-mcc.co.uk/IC/\" title=\"Visit the Info Center\">Info Center</a><br />");
 document.write("  <a href=\"http://outriders-mcc.co.uk/PS/\" title=\"Check Out the Photo Section\">Photos</a><br />");
 document.write("</div> <!-- div id=\"menu\" -->");

