// menu.js business technologies

document.write("<div style='float: left; width: 28%'>");
document.write("<a href='degrees.aspx'>Degree Programs</a><br />");
document.write("<a href='faculty.aspx'>Faculty & Staff</a><br />");
document.write("<a href='contact.aspx'>Contact Information</a><br />");
document.write("<a href='acct.aspx'>Accounting</a><br />");
document.write("</div>");

document.write("<div style='float: left; width: 38%'>");
document.write("<a href='bustech.aspx'>Business Technologies</a><br />");
document.write("<a href='cis.aspx'>Computer Information Systems</a><br/>");
document.write("<a href='hca.aspx'>Health Care Administration</a><br />");
document.write("</div>");

document.write("<div style='float: left; width: 33%'>");
document.write("<a href='itd.aspx'>Information Technology</a><br />");
document.write("<a href='mgmt.aspx'>Management</a><br />");
document.write("<a href='tcom.aspx'>Technical Communication</a><br />");
document.write("</div>");

// end menu.js