// menu script

document.write("<div style='float:left; width: 33%'>");
document.write("<a href='degrees.aspx'>Degree List</a><br />");
document.write("<a href='programs.aspx'>Programs of Study</a><br />");
document.write("</div>");

document.write("<div style='float:left; width: 33%'>");
document.write("<a href='faculty.aspx'>Faculty &amp; Staff</a><br />");
document.write("<a href='contact.aspx'>Contact Information</a><br />");
document.write("</div>");

document.write("<div style='float:left; width: 33%'>");
document.write("<a href='default.aspx'>Science & Engineering Home</a><br />");
document.write("</div>");

// end