// menu.js

document.write("<TABLE BORDER='0' WIDTH='150' CELLSPACING='1' CELLPADDING='6' BGCOLOR='#000000'>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/about.htm' CLASS='whitelink'>About USD #480</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/schools' CLASS='whitelink'>Visit Our Schools</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/enrolling.htm' CLASS='whitelink'>Enrolling Your Child</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/ataglance.htm' CLASS='whitelink'>At a Glance</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/curriculum' CLASS='whitelink'>Curriculum</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/assessments' CLASS='whitelink'>Assessments</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/mentor.htm' CLASS='whitelink'>Mentor Program</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/profdev' CLASS='whitelink'>Professional Development</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/community.htm' CLASS='whitelink'>Our Community</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/specialed.htm' CLASS='whitelink'>Special Education</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/federal' CLASS='whitelink'>Federal Programs</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/technology.htm' CLASS='whitelink'>Technology</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='http://www.ncacasi.org' CLASS='whitelink' TARGET='_blank'>Accreditation</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/calendar' CLASS='whitelink'>District Calendar</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/leadership.htm' CLASS='whitelink'>District Leadership</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/employment.htm' CLASS='whitelink'>Employment</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/board' CLASS='whitelink'>Board of Education</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/mission.htm' CLASS='whitelink'>Mission Statement</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/assets/pdf/strategic_plan.pdf' CLASS='whitelink'>Strategic Plan</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/nurse' CLASS='whitelink'>School Nurse</A></TD>");
document.write("</TR>");

//document.write("<TR>");
//document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
//document.write("<A HREF='/tahg' CLASS='whitelink'>Teaching American History Grant</A></TD>");
//document.write("</TR>");

//document.write("<TR>");
//document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
//document.write("<A HREF='/sports' CLASS='whitelink'>Athletics and Activities</A></TD>");
//document.write("</TR>");

document.write("</TABLE>");

document.write("<BR>");

// end menu.js
