// menu.js human services

document.write("<a href='degrees.aspx'>Degree Programs</a>&nbsp;");
document.write("<a href='faculty.aspx'>Faculty & Staff</a>&nbsp;");
document.write("<a href='contact.aspx'>Contact Information</a>&nbsp;");
document.write("<a href='http://www3.osuokc.edu/accuweb' target='_blank'>Faculty Advisor Appointments</a>&nbsp;");
document.write("<a href='default.aspx'>Home</a>&nbsp;<br /><br />");

document.write("<div style='float: left; width: 65%'>");
document.write("<a href='alcohol.aspx'>Alcohol and Substance Abuse Counseling</a>&nbsp;<br />");
document.write("<a href='cvss.aspx'>Crime Victim/Survivor Services</a>&nbsp;<br />");
document.write("<a href='earlycare.aspx'>Early Care Education</a>&nbsp;<br />");
document.write("<a href='emerg_mgmt.aspx'>Emergency Management</a>&nbsp;<br />");
document.write("<a href='/era'>Bachelor of Technology in Emergency Responder Administration</a>&nbsp;<br />");
document.write("&nbsp;<br />");
document.write("</div>");

document.write("<div style='float: right; width: 35%'>");
document.write("<a href='ems-fire.aspx'>Emergency Medical Services</a>&nbsp;<br />");
document.write("<a href='itp.aspx'>Interpreter Training</a>&nbsp;<br />");
document.write("<a href='fire.aspx'>Municipal Fire Protection</a>&nbsp;<br />");
document.write("<a href='police.aspx'>Police Science</a>&nbsp;");
document.write("</div>");
document.write("&nbsp;<br />");

// end menu.js