// menu script

// col 1

document.write("<div style='float: left; width: 50%'>");

document.write("<a href='bicc.aspx'>Business and Industry Collaboration Center</a>&nbsp;<br />");
document.write("<a href='/tec'>Technology Education Center</a>&nbsp;<br />");
document.write("<a href='bizcon.aspx'>Business Connections</a>&nbsp;<br />");
document.write("<a href='mea.aspx'>Manufacturing Extension Agents</a>&nbsp;<br />");
document.write("<a href='/pdtc'>Precision Driving</a>&nbsp;<br />");

document.write("</div>");

// col 2

document.write("<div style='float: right; width: 50%'>");

document.write("<a href='shrm.aspx'>Society of Human Resource Management</a>&nbsp;<br />");
document.write("<a href='/tec/spanish.aspx'>Spanish</a>&nbsp;<br />");
document.write("<a href='/humanservices/itp.aspx'>Sign Language Interpretation</a>&nbsp;<br />");
document.write("<a href='default.aspx'>Business and Industry Home</a>&nbsp;<br />");

document.write("</div>");

// end