//But for the last element like sub-sub menu mouseover functions written in minmen are not applicable, so go in this js file add onmouseover and out functions for last sub-sub menu div element.

var menuOutput = "";
var appvar;
var bordColor = "#000000";
var backColor = "#000000";

menuOutput += "<div class=\"menuBar\" style=\"position: absolute; z-index:100; left:170px; top:76px; width:590;\">";


// first menu option

if (appvar == "online")
menuOutput += "<a class=\"menuButton\" href=\"blank.html\" onclick=\"return false;\" title=\"You are here, on this Page.\" style=\"color:#ffffff; border: 1px outset "+bordColor+"; background-color: "+backColor+";\" >Online Systems</a>";
else
menuOutput += "<a class=\"menuButton\"  href=\"blank.html\" onclick=\"return false;\" onmouseover=\"buttonMouseover(event, 'systems');\" title=\"Click here to go to Online Systems.\">Online Systems</a>";

// second menu option

if (appvar == "guide")
menuOutput += "<a class=\"menuButton\" href=\"blank.html\" onclick=\"return false;\" title=\"You are here, on this Page.\" onmouseover=\"buttonMouseover(event, 'guides');\" style=\"color:#ffffff; border: 1px outset "+bordColor+";  top:-1px; left:1px;background-color: "+backColor+";\" >Guides & Resources</a>";
else
menuOutput += "<a class=\"menuButton\"  href=\"blank.html\" onclick=\"return false;\" onmouseover=\"buttonMouseover(event, 'guides');\" title=\"Click any of the options below to go to that Page.\">Guides & Resources</a>";

// third menu option
if (appvar == "processes")
menuOutput += "<a class=\"menuButton\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"buttonMouseover(event, 'proc');\" title=\"You are here, on this Page.\" style=\"color:#ffffff; border: 1px outset "+bordColor+";  top:-1px; left:1px;background-color: "+backColor+";\" >Processes</a>";
else
menuOutput += "<a class=\"menuButton\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"buttonMouseover(event, 'proc');\" title=\"Click any of the options below to go to that Page.\" >Processes</a>";

// fourth menu option
if (appvar == "emprew")
menuOutput += "<a class=\"menuButton\"  onclick=\"return false;\" title=\"You are here, on this Page.\" style=\"color:#ffffff; border: 1px outset "+bordColor+";  top:-1px; left:1px;background-color: "+backColor+";\" >Employee Rewards</a>"
else
menuOutput += "<a class=\"menuButton\" onclick=\"return false;\" href=\"blank.aspx\"  onmouseover=\"buttonMouseover(event, 'emprew');\" title=\"Click here to go to the Employee Rewards.\">Employee Rewards</a>";


// fifth menu option
if (appvar == "hirhome")
menuOutput += "<a class=\"menuButton\"  onclick=\"return false;\" href=\"blank.aspx\" title=\"You are here, on this Page.\"  style=\"color:#ffffff; border: 1px outset "+bordColor+";  top:-1px; left:1px;background-color: "+backColor+";\" >Hiring Manager Home</a>"
else
menuOutput += "<a class=\"menuButton\" href=\"hirmgr.aspx\" title=\"Click here to go to Hiring Manager's Home Page.\" >Hiring Manager Home</a>";

menuOutput += "</div>";

//Online Systems submenu option

menuOutput += "<div id=\"systems\" class=\"menu\" onmouseover=\"menuMouseover(event)\" >";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'techjobs');\"><span class=\"menuItemText\">TechJOBS</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://epaf.ttu.edu\">ePAF</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.irs.ttu.edu/DATAWHSE/newindex.asp\">Data Warehouse: Financial Accounting Information</a>";
menuOutput += "</div>";

//Guides & Resources submenu option

menuOutput += "<div id=\"guides\" class=\"menu\" onmouseover=\"menuMouseover(event)\" >";
menuOutput += "<a class=\"menuItem\" href=\"hiringprocess/hiringprocess.aspx\"  onmouseover=\"menuItemMouseover(event, 'links');\"><span class=\"menuItemText\">Hiring Process Guide</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" href=\"hiringmatrix.aspx\">Hiring Matrix (Selection Aid)</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/personnel/NewEmployeeOrientationGuide.doc\">New Employee Orientation Guide</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/opmanual/OP70.12_A-A.PDF\">Performance Management Guide</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.eap.ttuhsc.edu/\">Employment Assistance Program</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/quality/\">Training & Professional Development Opportunities</a>";
menuOutput += "</div>";

//Processes submenu option

menuOutput += "<div id=\"proc\" class=\"menu\" onmouseover=\"menuMouseover(event)\" >";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/opmanual/OP70.12.html\">Performance Management</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/personnel/docs/PDQ.doc\">PDQ / Performance Evaluation Form</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/personnel/docs/Req_4_Pos_Review.doc\">Request for Position Review</a>";
menuOutput += "<div class=\"menuItemSep\"></div>"
menuOutput += "<a class=\"menuItem\" href=\"hirmgr-newposition.aspx\">Create a New Position</a>";
menuOutput += "<a class=\"menuItem\" href=\"hirmgr-reclassify.aspx\">Reclassify a Position</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/opmanual/OP70.19.html\">Employee Termination</a>";
menuOutput += "</div>";


//Guides & Resources - Hiring Process Guide sub-submenu option

menuOutput += "<div id=\"links\" class=\"menu\" onmouseover=\"menuMouseover(event)\" >";
menuOutput += "<a class=\"menuItem\" href=\"hiringprocess/hiringprocess.aspx\"><b>Click here to access the Resources below:</b></a>";
menuOutput += "<div class=\"menuItemSep\"></div>"
menuOutput += "<a class=\"menuItem\"> - How to Post a Position</a>";
menuOutput += "<a class=\"menuItem\"> - Steps for Advertising Staff Positions</a>";
menuOutput += "<a class=\"menuItem\"> - Interview & Selection Process</a>";
menuOutput += "<a class=\"menuItem\"> - Sample Employment Confirmation Letters</a>";
menuOutput += "</div>";

//TechJOBS sub-submenu option

menuOutput += "<div id=\"techjobs\" class=\"menu\" onmouseover=\"menuMouseover(event)\" >";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"PeopleAdmin%20TTU%20Online_Training_HM_040103.ppt\">TechJOBS Tutorial</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://jobs.texastech.edu/hr\">TechJOBS Login</a>";
menuOutput += "</div>";

//Employee Rewards submenu option

menuOutput += "<div id=\"emprew\" class=\"menu\" onmouseover=\"menuMouseover(event)\" >";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/opmanual/OP70.26.pdf\">Texas Tech Service Awards</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/opmanual/OP70.30.html\">Quality Service Awards</a>";
menuOutput += "</div>";

document.write(menuOutput);