// menu script

document.write("<div style='float:left; width: 25%'>");
document.write("<a href='contacts.aspx'>Contacts</a>&nbsp;<br />");
document.write("<a href='services.aspx'>Services</a>&nbsp;<br />");
document.write("<a href='eligibility.aspx'>Eligibility</a>&nbsp;<br />");
document.write("<a href='apply.aspx'>How to Apply</a>&nbsp;<br />");
document.write("<a href='forms.aspx'>Forms</a><br/>");
document.write("</div>");

document.write("<div style='float:left; width: 40%'>");
document.write("<a href='pdf/flowchart.pdf' TARGET='_blank'>Steps in the Financial Aid Process</a>&nbsp;<br />");
document.write("<a href='assistance.aspx'>Types of Assistance</a>&nbsp;<br />");
document.write("<a href='resources.aspx'>Student Resources</a>&nbsp;<br />");
document.write("<a href='dates.aspx'>Important Dates</a>&nbsp;<br />");
document.write("<a href='scholarships.aspx'>Scholarships</a>&nbsp;<br />");
document.write("</div>");

document.write("<div style='float:left; width: 35%'>");
// document.write("<a href='/summerbridge'>Summer Bridge Program</a>&nbsp;<br />");
document.write("<a href='/brightfutures'>Bright Futures Program</a>&nbsp;<br />");
document.write("<a href='http://www.oklahomamoneymatters.org' target='_blank'>Financial Literacy</a>&nbsp;<br />");
document.write("<a href='pdf/Code of Conduct.pdf' TARGET='_blank'>Code of Conduct - Student Loans</a>&nbsp;<br />");
document.write("<a href='default.aspx'>Financial Aid Home</a>&nbsp;<br />");
document.write("</div>");

// end