/* Display the main graphical logo */
function MainLogo()
{
  document.write("<div id=\"top\">");
  document.write(" <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
  document.write("  <tr>");
  document.write("   <td align=\"left\">");
  document.write("    <table border=\"0\" width=\"760\" cellspacing=\"0\" cellpadding=\"0\">");
  document.write("     <td align=\"left\">");
  document.write("      <a href=\"http://www.umn.edu/\"><img id=\"titlebar\" src=\"http://www.me.umn.edu/images/hdr-wdmk.gif\" alt=\"\"></a>");
  document.write("     </td>");
  document.write("     <td align=\"right\">");
  document.write("      <FONT color=\"#ffffff\"><B>ME5286 Robotics - Prof. Max Donath</B></FONT>");
  document.write("     </td>");
  document.write("    </table>");
  document.write("   </td>");
  document.write("  </tr>");

  document.write("  <tr>");
  document.write("   <td align=\"left\">");
  document.write("    <a href=\"http://www.me.umn.edu/\"><img id=\"titlebar\" src=\"http://www.me.umn.edu/images/secbanner.jpg\" alt=\"\"></a>");
  document.write("   </td>");
  document.write("  </tr>");

  document.write(" </table>");
  document.write("</div>");
}


/* Display the main menu */
function MainMenu()
{
  /* document.write("<h1>ME 5286 Robotics</h1>"); */
  document.write("<h3><a href=\"http://www.me.umn.edu/education/courses/me5286/\">Main</a></h3>");
  document.write("<h3><a href=\"http://www.me.umn.edu/education/courses/me5286/ME5286Syllabus2009.pdf\">Syllabus</a></h3>");
  document.write("<h3><a href=\"http://www.me.umn.edu/education/courses/me5286/more_links.html\">Links to<BR>More Information</a></h3>");
  document.write("<h3><a href=\"http://www.me.umn.edu/education/courses/me5286/class_list.html\">Class List</a></h3>");
  document.write("<h3><a href=\"http://www.me.umn.edu/education/courses/me5286/Quizzes/\">Quizzes</a></h3>");
  document.write("<h3><a href=\"http://www.me.umn.edu/education/courses/me5286/Notes-Robotics-2009\">Robotics<BR>Class Notes</a></h3>");
  document.write("<h3><a href=\"http://www.me.umn.edu/education/courses/me5286/Assignments/\">Robotics<BR>Assignments</a></h3>");
  document.write("<h3><a href=\"http://www.me.umn.edu/education/courses/me5286/Project/project.html\">Real-Time Vehicle<BR>Control Project</a></h3>");
  document.write("<h3><a href=\"http://www.me.umn.edu/education/courses/me5286/Notes-Vision/\">Vision<BR>Class Notes</a></h3>");
  document.write("<h3><a href=\"http://www.me.umn.edu/education/courses/me5286/Project-Vision/\">Vision Projects</a></h3>");
  document.write("<h3><a href=\"http://www.me.umn.edu/education/courses/me5286/rtos_notes.html\">Real Time<BR>Operating System<BR>Notes</a></h3>");
  document.write("<h3><a href=\"http://www.me.umn.edu/education/courses/me5286/programming.html\">C Programming<BR>Help</a></h3>");
  document.write("<h3><a href=\"http://www.me.umn.edu/education/courses/me5286/questions.html\">FAQ</a></h3>");
}


function BottomMenu()
{
}
