﻿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">Helpdesk Home</a></li>');
	document.write('	<li class="arrow"><div id="workorder"><a href="#" class="arrow" onmouseover="hilight(\'workorder\');turnon(\'divWorkOrder\')" onmouseout="lightoff(\'workorder\');turnoff(\'divWorkOrder\')">Workorders</a></div></li>');
	document.write('	<li><a href="http://www.kellogg.edu/is/helpdesk/media.html">Media Services</a></li>');
	document.write('	<li><a href="http://www.kellogg.edu/is/helpdesk/helpinfo.html">Portal, Blackboard &amp; KRIS Help</a></li>');
	document.write('	<li class="arrow"><div id="support"><a href="#" class="arrow" onmouseover="hilight(\'support\');turnon(\'divSupport\')" onmouseout="lightoff(\'support\');turnoff(\'divSupport\')">Support Documentation</a></div></li>');
	document.write('	<li><a href="http://www.kellogg.edu/is/helpdesk/dloads.html">Download Software</a></li>');
	document.write('	<li><a href="feedback.html">Submit Feedback</a></li>');
	document.write('</ul>');
}