// 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='http://power1.usd480.net/bulletin/7725' CLASS='whitelink'>Daily Bulletin</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='teachers.htm' CLASS='whitelink'>Teachers</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='links.htm' CLASS='whitelink'>Links</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='nca.htm' CLASS='whitelink'>NCA Information</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='/nurse/damron.htm' 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='http://www.mapquest.com/maps/map.adp?addtohistory=&address=310%20W%20Pine%20St&city=Liberal&state=KS&zipcode=67901&country=US&geodiff=1' CLASS='whitelink'>View Map</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='http://online.ksde.org/rcard/building.aspx?org_no=D0480&bldg_no=7725' CLASS='whitelink'>Report Card</A></TD>");
document.write("</TR>");

document.write("<TR>");
document.write("<TD WIDTH='100%' VALIGN='middle' ALIGN='left' BGCOLOR='#336699'>");
document.write("<A HREF='index.htm' CLASS='whitelink'>Sunflower Home Page</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.usd480.net' CLASS='whitelink'>USD480 Home</A></TD>");
document.write("</TR>");

document.write("</TABLE>");

document.write("<BR>");

// end menu.js

