{
document.writeln("<TABLE class=\"normal\">");
//insert all entries to the menu here
document.writeln("<TR valign=\"middle\">");
document.writeln("<TD><a class=\"menuitem\" href=\"aboutus.php\"><img src=\"241000.gif\" width=\"12\" alt=\"0\">About Us</a></TD>");
document.writeln("<TD><a class=\"menuitem\" href=\"trips.php\"><img src=\"241000.gif\" width=\"12\" alt=\"0\">Trips</a></TD>");
document.writeln("<TD><a class=\"menuitem\" href=\"training.php\"><img src=\"241000.gif\" width=\"12\" alt=\"0\">Training</a></TD>");
document.writeln("<TD><a class=\"menuitem\" href=\"showreport.php\"><img src=\"241000.gif\" width=\"12\" alt=\"0\">Reports</a></TD>");
document.writeln("<TD><a class=\"menuitem\" href=\"photo.php\"><img src=\"241000.gif\" width=\"12\" alt=\"0\">Photo's</a></TD>");
document.writeln("<TD><a class=\"menuitem\" href=\"contacts.html\"><img src=\"241000.gif\" width=\"12\" alt=\"0\">Links</a></TD>");
document.writeln("</TR>");


document.writeln("</TABLE>");

}