﻿function doHelpPopup()
{
	/*document.write('<div class="navContainer" id="divWorkOrder" onmouseover="turnon(\'divWorkOrder\');hilight(\'workorder\');" onmouseout="turnoff(\'divWorkOrder\');lightoff(\'workorder\')">');
	document.write('	<a href="http://www.kellogg.edu/workorder/">Create New Workorder</a>');
	document.write('	<a href="http://www.kellogg.edu/workorder/Work_Order_Append_Login.asp">Submit Additional Notes</a>');
	document.write('	<a href="http://www.kellogg.edu/workorder/Work_Order_Status.asp">Check W.O. Status</a>');
	document.write('	<a href="http://www.kellogg.edu/workorder/Work_Order_Cancel.asp">Cancel a W.O.</a>');
	document.write('	<a href="http://www.kellogg.edu/workorder/Profile_Update_Login.asp">Profile Update</a>');
	document.write('	<a href="http://www.kellogg.edu/is/helpdesk/Move_Add_Change_Entry.html">Move/Add/Change Form</a>');
	document.write('	<a href="http://www.kellogg.edu/is/helpdesk/media_request.html">Media Services Request Form</a>');
	document.write('</div>');*/
	document.write('<div class="navContainer" id="divSupport" onmouseover="turnon(\'divSupport\');hilight(\'support\');" onmouseout="turnoff(\'divSupport\');lightoff(\'support\')">');
//	document.write('	<a href="http://www.kellogg.edu/is/helpdesk/How_To.html">How To</a>');
//	document.write('	<a href="http://www.kellogg.edu/is/helpdesk/links.html">Helpful Links</a>');
	document.write('	<a href="http://www.kellogg.edu/is/helpdesk/manuals.html">Download Manuals</a>');
	document.write('	<a href="http://www.kellogg.edu/is/helpdesk/screencasts.html">Screencasts</a>');
	document.write('	<a href="http://www.kellogg.edu/is/helpdesk/novell.html">Novell</a>');
	document.write('	<a href="http://www.kellogg.edu/is/helpdesk/groupwise.html">Groupwise</a>');
	document.write('	<a href="http://www.kellogg.edu/is/helpdesk/backup.html">Backups</a>');
	document.write('	<a href="http://www.kellogg.edu/is/helpdesk/office2007.html">Microsoft Office</a>');
	document.write('</div>');
}

function doHelpMenu()
{
	document.write('<ul>');
	document.write('	<li><a href="http://www.kellogg.edu/is/index.html">I.S. Home</a></li>');
	document.write('	<li><a href="http://www.kellogg.edu/is/helpdesk/index.html">Help Desk Home</a></li>');
	document.write('	<li><a href="http://www.kellogg.edu/is/learntec/index.html">Learning Technologies</a></li>');
	document.write('	<li><a href="feedback.html">Submit Feedback</a></li>');
	document.write('	<li><a href="mission.html">Mission Statement</a></li>');
	document.write('</ul><br>');
	document.write('<div style="font-size:10px;padding-left:6px;">');
	document.write('<strong>Technical Support</strong><br>');
	document.write('&#149; E-mail: <a href="mailto:helpdesk@kellogg.edu">helpdesk@kellogg.edu</a>');
	document.write('&#149; Telephone:<br>&nbsp;&nbsp;&nbsp;(269) 965-4148');
	document.write('</div>');
}