// menu.js

document.write("<div style='float:left; width: 50%'>");
document.write("<a href='compliance.aspx'>Compliance Statement</a>&nbsp;<br />");
document.write("<a href='privacy.aspx'>Privacy and Confidentiality</a>&nbsp;<br />");
document.write("<a href='accommodation.aspx'>How to request an Accommodation</a>&nbsp;<br />");
document.write("<a href='college.aspx'>How College will Differ from High School</a>&nbsp;<br />");
document.write("<a href='documentation.aspx'>Documentation Guidelines</a>&nbsp;<br />");
document.write("<a href='pdf/disability documentation form.pdf' target='_blank'>Disability Documentation Form</a>&nbsp;<br />");
document.write("<a href='pdf/accommodation.pdf' target='_blank'>Accommodation Request Form</a> (PDF)&nbsp;<br />");
document.write("</div>");

document.write("<div style='float:right; width: 50%'>");
document.write("<a href='policies.aspx'>Policies and Procedures</a>&nbsp;<br />");
document.write("<a href='assistive.aspx'>Assistive Technology on Campus</a>&nbsp;<br />");
document.write("<a href='faq.aspx'>Frequently Asked Questions</a>&nbsp;<br />");
document.write("<a href='attendance.aspx'>Attendance Policy</a>&nbsp;<br />");
document.write("<a href='myths.aspx'>Myths, etc., NOT considered reasonable</a>&nbsp;<br />");
document.write("<a href='sites.aspx'>Helpful Web Sites</a>&nbsp;<br />");
document.write("<a href='default.aspx'>Services to Students with Disabilities Home</a>&nbsp;<br />");
document.write("</div>");

// end