function DisplayMenu()
{
    document.write( "<ul id='menu'><li><!--[if lte IE 6]><a href='#nogo'><table><tr><td><![endif]--><dl class='gallery'>" );

   //first menu column//
   document.write( "<dt class='root'><a href='index.php'>Home</a></dt>" );
  
   document.write( "</dl><!--[if lte IE 6]></td></tr></table></a><![endif]--></li>" );
   document.write( "<li><!--[if lte IE 6]><a href='#nogo'><table><tr><td><![endif]--><dl class='gallery'>" );

   //second menu column//
   document.write( "<dt class='root2'>About</dt>");
   document.write( "<dd><a href='instructors.php'>Instructors</a></dd>" );
   document.write( "<dd><a href='schedule.php'>Schedule</a></dd>" );
   document.write( "<dd><a href='classes.php?selclass=all'>Classes Available</a></dd>" );

   document.write( "</dl><!--[if lte IE 6]></td></tr></table></a><![endif]--></li>" );
   document.write( "<li><!--[if lte IE 6]><a href='#nogo'><table><tr><td><![endif]--><dl class='gallery'>" );

   //third menu column//
   document.write( "<dt class='root2'><a href='gallery.php'>Gallery</a></dt>" );

   document.write( "</dl><!--[if lte IE 6]></td></tr></table></a><![endif]--></li>" );
   document.write( "<li><!--[if lte IE 6]><a href='#nogo'><table><tr><td><![endif]--><dl class='gallery'>" );

   //fourth menu column//
   document.write( "<dt class='root2'><a href='news.php'>News</a></dt>" );

   document.write( "</dl><!--[if lte IE 6]></td></tr></table></a><![endif]--></li>" );
   document.write( "<li><!--[if lte IE 6]><a href='#nogo'><table><tr><td><![endif]--><dl class='gallery'>" );

   //fifth menu column//
   document.write( "<dt class='root2'><a href='links.php'>Links</a></dt>" );

   document.write( "</dl><!--[if lte IE 6]></td></tr></table></a><![endif]--></li>" );
   document.write( "<li><!--[if lte IE 6]><a href='#nogo'><table><tr><td><![endif]--><dl class='gallery'>" );

   //sixth menu column//
   document.write( "<dt class='root3'><a href='contact.php'>Contact</a></dt>" );

   document.write( "</dl><!--[if lte IE 6]></td></tr></table></a><![endif]--></li></ul>" );
}
