﻿function doSubMenus(){	document.write("<!-- Department Pages -->");	document.write("<div style='visibility: hidden; display: block; position: absolute;top: 142px; width: auto' class='nav' id='divDepartments' onmouseover=\"turnon(\'divDepartments\',\'departments\');\" onmouseout=\"turnoff(\'divDepartments\',\'departments\');\">");	document.write("	<table cellpadding='0' cellspacing='0' border='0'>");	document.write("		<tr><td valign='middle' class='dropback' width='170'><a href='http://www.kellogg.edu/alliedhealth/'>Allied Health</a></td></tr>");	document.write("		<tr><td valign='middle' class='dropback' width='170'><a href='http://academic.kellogg.edu/adjunct/ArtAndCom/index.htm'>Arts and Communication</a></td></tr>");	document.write("		<tr><td valign='middle' class='dropback' width='170'><a href='http://www.kellogg.edu/business'>Business</a></td></tr>");	document.write("		<tr><td valign='middle' class='dropback' width='170'><a href='http://www.kellogg.edu/criminaljustice/'>Criminal Justice</a></td></tr>");	document.write("		<tr><td valign='middle' class='dropback' width='170'><a href='DPIndustrial.html'>Industrial Trades</a></td></tr>");	document.write("		<tr><td valign='middle' class='dropback' width='170'><a href='DPInfotech.html'>Information Technology</a></td></tr>");	document.write("		<tr><td valign='middle' class='dropback' width='170'><a href='DPMathSci.html'>Math and Science</a></td></tr>");	document.write("		<tr><td valign='middle' class='dropback' width='170'><a href='http://www.kellogg.edu/socialscience'>Social Science</a></td></tr>");	document.write("	</table>");	document.write("</div>");	document.write("<!-- Links -->");	document.write("<div style='visibility: hidden; display: block; position: absolute; top: 218px; width: auto' class='nav' id='divLinks' onmouseover=\"turnon(\'divLinks\',\'links\');\" onmouseout=\"turnoff(\'divLinks\',\'links\');\">");	document.write("	<table cellpadding='0' cellspacing='0' border='0'>");	document.write("		<tr><td valign='middle' class='dropback' width='170'><a href='#'>KCC Emergency Action</a></td></tr>");	document.write("		<tr><td valign='middle' class='dropback' width='170'><a href='http://academic.kellogg.edu/adjunct/ArtAndCom/general%20teaching%20info/StudentEvalOfInstruct.htm'>Instructor Evaluation Form</a></td></tr>");	document.write("		<tr><td valign='middle' class='dropback' width='170'><a href='links.html'>Resource Sites</a></td></tr>");	document.write("		<tr><td valign='middle' class='dropback' width='170'><a href='http://academic.kellogg.edu/adjunct/IS%20newsletter08.pdf'>Technology Newsletter</a></td></tr>");	document.write("		<tr><td valign='middle' class='dropback' width='170'><a href='http://academic.kellogg.edu/adjunct/TechnologyResourceGuide.pdf'>Technology Resource Guide</a></td></tr>");	document.write("	</table>");	document.write("</div>");}