function menu() {
document.write ("<TABLE WIDTH=\"780\" BORDER=\"0\" CELLPADDING=\"0\" CELLSPACING=\"0\">\r\n");
document.write ("\t<TR>\r\n");
document.write ("\t\t<TD COLSPAN=\"10\">\r\n");
document.write ("\t\t\t<IMG SRC=\"images/top.gif\" WIDTH=\"780\" HEIGHT=\"90\"></TD>\r\n");
document.write ("\t</TR>\r\n");
document.write ("\t<TR>\r\n");
document.write ("\t\t<TD ROWSPAN=\"2\">\r\n");
document.write ("\t\t\t<IMG SRC=\"images/start.gif\" WIDTH=\"14\" HEIGHT=\"28\"></TD>\r\n");
document.write ("\t\t<TD>\r\n");
document.write ("\t\t\t<A HREF=\"default.htm\" onMouseOver=\"homeover();\" onMouseOut=\"homeout();\"><IMG NAME=\"home\" SRC=\"images/home_off.gif\" WIDTH=\"88\" HEIGHT=\"16\" BORDER=\"0\"></A></TD>\r\n");
document.write ("\t\t<TD>\r\n");
document.write ("\t\t\t<A HREF=\"school.html\" onMouseOver=\"schoolover();\" onMouseOut=\"schoolout();\"><IMG NAME=\"school\" SRC=\"images/school_off.gif\" WIDTH=\"91\" HEIGHT=\"16\" BORDER=\"0\"></a></TD>\r\n");
document.write ("\t\t<TD>\r\n");
document.write ("\t\t\t<A HREF=\"student.html\" onMouseOver=\"studentover();\" onMouseOut=\"studentout();\"><IMG NAME=\"student\" SRC=\"images/student_off.gif\" WIDTH=\"92\" HEIGHT=\"16\" BORDER=\"0\"></A></TD>\r\n");
document.write ("\t\t<TD>\r\n");
document.write ("\t\t\t<A HREF=\"activities.html\" onMouseOver=\"activitiesover();\" onMouseOut=\"activitiesout();\"><IMG NAME=\"activities\" SRC=\"images/activities_off.gif\" WIDTH=\"90\" HEIGHT=\"16\" BORDER=\"0\"></A></TD>\r\n");
document.write ("\t\t<TD>\r\n");
document.write ("\t\t\t<A HREF=\"projects.html\" onMouseOver=\"projectsover();\" onMouseOut=\"projectsout();\"><IMG NAME=\"projects\" SRC=\"images/projects_off.gif\" WIDTH=\"92\" HEIGHT=\"16\" BORDER=\"0\"></A></TD>\r\n");
document.write ("\t\t<TD>\r\n");
document.write ("\t\t\t<A HREF=\"graduates.asp\" onMouseOver=\"graduatesover();\" onMouseOut=\"graduatesout();\"><IMG NAME=\"graduates\" SRC=\"images/graduates_off.gif\" WIDTH=\"91\" HEIGHT=\"16\" BORDER=\"0\"></A></TD>\r\n");
document.write ("\t\t<TD>\r\n");
document.write ("\t\t\t<A HREF=\"contact.html\" onMouseOver=\"contactover();\" onMouseOut=\"contactout();\"><IMG NAME=\"contact\" SRC=\"images/contact_off.gif\" WIDTH=\"91\" HEIGHT=\"16\" BORDER=\"0\"></A></TD>\r\n");
document.write ("\t\t<TD>\r\n");
document.write ("\t\t\t<A HREF=\"sitemap.html\" onMouseOver=\"sitemapover();\" onMouseOut=\"sitemapout();\"><IMG NAME=\"sitemap\" SRC=\"images/sitemap_off.gif\" WIDTH=\"88\" HEIGHT=\"16\" BORDER=\"0\"></A></TD>\r\n");
document.write ("\t\t<TD ROWSPAN=\"2\">\r\n");
document.write ("\t\t\t<IMG SRC=\"images/end.gif\" WIDTH=\"43\" HEIGHT=\"28\"></TD>\r\n");
document.write ("\t</TR>\r\n");
document.write ("\t<TR>\r\n");
document.write ("\t\t<TD COLSPAN=\"8\">\r\n");
document.write ("\t\t\t<IMG SRC=\"images/bottom.gif\" WIDTH=\"723\" HEIGHT=\"12\"></TD>\r\n");
document.write ("\t</TR>\r\n");
document.write ("</TABLE>\r\n");
}
