//But for the last element like sub-sub menu mouseover functions written here are not applicable, so go in other js file and 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;\">";

// Insurance menu option

if (appvar == "insurance")
menuOutput += "<a class=\"menuButton\" href=\"http://www.depts.ttu.edu/personnel/ben/insurance.aspx\" title=\"You are here, on this Page.\" onmouseover=\"buttonMouseover(event, 'ins');\" style=\"color:#ffffff; border: 1px outset "+bordColor+";  top:-1px; left: 1px;background-color: "+backColor+";\" >Insurance</a>";
else
menuOutput += "<a class=\"menuButton\" href=\"http://www.depts.ttu.edu/personnel/ben/insurance.aspx\" onmouseover=\"buttonMouseover(event, 'ins');\" title=\"Go to Insurance Page.\"  >Insurance</a>";

// Register menu option

if (appvar == "orient")
menuOutput += "<a class=\"menuButton\" href=\"http://www.depts.ttu.edu/personnel/ben/orientation.aspx\" title=\"You are here, on this Page.\" onmouseover=\"buttonMouseover(event, 'orient');\" style=\"color:#ffffff; border: 1px outset "+bordColor+";  top:-1px; left: 1px;background-color: "+backColor+";\" >Benefits Orientation</a>";
else
menuOutput += "<a class=\"menuButton\" href=\"http://www.depts.ttu.edu/personnel/ben/orientation.aspx\" onmouseover=\"buttonMouseover(event, 'orient');\" >Benefits Orientation</a>";


// Retirement menu option

if (appvar == "retire")
menuOutput += "<a class=\"menuButton\" href
=\"blank.html\" onclick=\"return false;\" title=\"You are here, on this Page.\" onmouseover=\"buttonMouseover(event, 'retire');\" style=\"color:#ffffff; border: 1px outset "+bordColor+";  top:-1px; left: 1px;background-color: "+backColor+";\" >Retirement</a>";
else
menuOutput += "<a class=\"menuButton\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"buttonMouseover(event, 'retire');\" title=\"Go to Retirement Page.\">Retirement</a>";

// TexFlex menu option
if (appvar == "texflex")
menuOutput += "<a class=\"menuButton\" href=\"blank.html\" onclick=\"return false;\" title=\"You are here, on this Page.\" onmouseover=\"buttonMouseover(event, 'texflex');\" style=\"color:#ffffff; border: 1px outset "+bordColor+";  top:-1px; left: 1px;background-color: "+backColor+";\" >TexFlex</a>";
else
menuOutput += "<a class=\"menuButton\" href=\"blank.html\" onclick=\"return false;\" title=\"Click here for TexFlex.\" onmouseover=\"buttonMouseover(event, 'texflex');\" >TexFlex</a>";

// Forms menu option
if (appvar == "forms")
menuOutput += "<a class=\"menuButton\" href=\"http://www.depts.ttu.edu/personnel/forms.aspx#benforms\" title=\"You are here, on this Page.\" style=\"color:#ffffff; border: 1px outset "+bordColor+";  top:-1px; left: 1px;background-color: "+backColor+";\" >Forms</a>";
else
menuOutput += "<a class=\"menuButton\" href=\"http://www.depts.ttu.edu/personnel/forms.aspx#benforms\" title=\"Click here for Forms in Benefits.\">Forms</a>";

// Leaves menu option
if (appvar == "leaves")
menuOutput += "<a class=\"menuButton\" href=\"http://www.depts.ttu.edu/personnel/ben/leaves.aspx\" title=\"You are here, on this Page.\" onmouseover=\"buttonMouseover(event, 'leaves');\" style=\"color:#ffffff; border: 1px outset "+bordColor+";  top:-1px; left: 1px;background-color: "+backColor+";\" >Leaves</a>";
else
menuOutput += "<a class=\"menuButton\" href=\"http://www.depts.ttu.edu/personnel/ben/leaves.aspx\" title=\"Click on the Year.\" onmouseover=\"buttonMouseover(event, 'leaves');\" >Leaves</a>";

// More menu option
if (appvar == "more")
menuOutput += "<a class=\"menuButton\" href=\"blank.html\" onclick=\"return false;\" title=\"You are here, on this Page.\" onmouseover=\"buttonMouseover(event, 'more');\" style=\"color:#ffffff; border: 1px outset "+bordColor+";  top:-1px; left: 1px;background-color: "+backColor+";\" >More   >></a>";
else
menuOutput += "<a class=\"menuButton\" href=\"blank.html\" onclick=\"return false;\" title=\"Click here for other menu options.\"  onmouseover=\"buttonMouseover(event, 'more');\">More   >></a>";

//Home Menu Option
if (appvar == "home")
menuOutput += "<a class=\"menuButton\" href=\"blank.html\" onclick=\"return false;\" title=\"You are here, on this Page.\" style=\"color:#ffffff; border: 1px outset "+bordColor+";  top:-1px; left: 1px;background-color: "+backColor+";\" >Home</a>";
else
menuOutput += "<a class=\"menuButton\" href=\"http://www.depts.ttu.edu/personnel/ben/\" title=\"Click here for other menu options.\" >Home</a>";

menuOutput += "</div>";

//Insurance submenu option

menuOutput += "<div id=\"ins\" class=\"menu\" onmouseover=\"menuMouseover(event)\">";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'med');\"><span class=\"menuItemText\">Medical</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'opt');\"><span class=\"menuItemText\">Optional (Dental, Life, Disability, Dependent etc.)</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'initenroll');\"><span class=\"menuItemText\">Initial Enrollment</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" href=\"beninscalc.aspx\" onmouseover=\"menuItemMouseover(event, 'inspremium');\"><span class=\"menuItemText\">Calculate your Insurance Premiums</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" href=\"http://www.depts.ttu.edu/personnel/bencal.aspx\">Calculate your Insurance Eligibility Periods</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ers.state.tx.us\">Make Change in your Benefits Plan</a>";
menuOutput += "<div class=\"menuItemSep\"></div>"
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ers.state.tx.us\">ERS Online</a>";
menuOutput += "</div>";

//Insurance-Medical sub-sub-menu options

menuOutput += "<div id=\"med\" class=\"menu\" onmouseover=\"menuMouseover(event)\">";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'hs');\"><span class=\"menuItemText\">Health Select</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, '1care');\"><span class=\"menuItemText\">First Care</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'cobra');\"><span class=\"menuItemText\">COBRA</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "</div>";

//Insurance-Medical-HealthSelect sub-sub-menu options

menuOutput += "<div id=\"hs\" class=\"menu\" onmouseover=\"menuMouseover(event)\">";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.bcbstx.com/hs/pdf/090104under65benefitsbook40.pdf\">Overview</a>";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'hspremiums');\"><span class=\"menuItemText\">Premiums</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.bcbstx.com/hs/providers/index.htm\">Choosing a new PCP</a>";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'hsprovider');\"><span class=\"menuItemText\">Provider List</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'hsprdrugs');\"><span class=\"menuItemText\">Prescription Drugs</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.bcbstx.com/hs/planinformation.htm\">Benefits FAQs</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.bcbstx.com/pdf/medclm1081.000.901.6.22.pdf\">Comprehensive Claim Form for Benefits(HealthSelect)</a>";
menuOutput += "</div>";

//Insurance-Medical-HealthSelect-Premiums sub-sub-menu options  

menuOutput += "<div id=\"hspremiums\" class=\"menu\" onmouseover=\"mouseondiv()\">";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ers.state.tx.us/Insurance/Rates/HealthRatesPY06_FTE-RET.htm\">Full Time</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ers.state.tx.us/Insurance/Rates/HealthRatesPY06_PTE-GRD.htm\">Part Time</a>";
menuOutput += "</div>";

//Insurance-Medical-HealthSelect-Provider sub-sub-menu options

menuOutput += "<div id=\"hsprovider\" class=\"menu\" onmouseover=\"mouseondiv()\">";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.bcbstx.com/onlinedirectory/pdf/hs/lubbocksubhs.pdf\">Lubbock</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.bcbstx.com/hs/providers/index.htm\">Other</a>";
menuOutput += "</div>";

//Insurance-Medical-HealthSelect-Prescription Drugs sub-sub-menu options

menuOutput += "<div id=\"hsprdrugs\" class=\"menu\" onmouseover=\"mouseondiv()\">";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.medcohealth.com/medco/consumer/home.jsp\">MEDCO</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ers.state.tx.us/Insurance/Forms/MedcoMailOrderForm.pdf\">Mail Order Form</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ers.state.tx.us/Insurance/Forms/MedcoMailOrderForm.pdf\">Medco Health Mail Order Form</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.medcohealth.com/medco/consumer/formulary/showform.jsp?form=00037&clnt=ERSTX\">Preferred Drug List (Formulary)</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ers.state.tx.us/Insurance/Forms/DirectReimbursementForm.pdf\">Prescription Drug Reimbursement form</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ers.state.tx.us/forms/GI-1207.pdf\">GBP Supplemental Information Form (active employee)</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.bcbstx.com/hs/pdf/faq_under_65.pdf\">FAQ</a>";
menuOutput += "</div>";

//Insurance-Medical-FirstCare sub-sub-menu options

menuOutput += "<div id=\"1care\" class=\"menu\" onmouseover=\"menuMouseover(event)\">";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.firstcare.com/62/State_Employees_ERS.htm\">Overview</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.firstcare.com/ers/2004/custserv/mhbook/toc.asp\">Benefits Booklet</a>";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'fcpremiums');\"><span class=\"menuItemText\">Premiums</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.firstcare.com/ers/2002/provider/prisrch.asp\">Provider List</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.firstcare.com/ers/2002/prefdruglist/index.asp\">Prescription Drugs</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ers.state.tx.us/forms/GI-1207.pdf\">GBP Supplemental Information Form (active employee)</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://firstcare.sitestreet.org/files/191-ERSMailOrderForm.pdf\">Express Scripts - Mail Order Form</a>";
menuOutput += "</div>";

//Insurance-Medical-FirstCare-Premiums sub-sub-menu options

menuOutput += "<div id=\"fcpremiums\" class=\"menu\" onmouseover=\"mouseondiv()\">";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ers.state.tx.us/Insurance/Rates/FullTimeRates_PY05.htm\">Lubbock</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ers.state.tx.us/Insurance/Rates/PartTimeRates_PY05.htm\">Other</a>";
menuOutput += "</div>";


//Insurance-Medical-COBRA sub-sub-menu options

menuOutput += "<div id=\"cobra\" class=\"menu\" onmouseover=\"mouseondiv()\">";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ers.state.tx.us/Insurance/COBRA.htm\">Overview</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ers.state.tx.us/Insurance/Rates/COBRA_9-1-03.pdf\">Premiums</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ers.state.tx.us/Insurance/COBRA_FAQ.htm\">FAQ</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ers.state.tx.us/Insurance/COBRA_Notice.pdf\">Continuation Notification Form</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ers.state.tx.us/Insurance/Publications/skipbrochure.html\">SKIP</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ers.state.tx.us/Insurance/Hlth_Dntl_Links.htm\">Health & Prescription Drug Carrier Links - 2005</a>";
menuOutput += "</div>";

//Insurance-Optional sub-sub-menu options

menuOutput += "<div id=\"opt\" class=\"menu\" onmouseover=\"menuMouseover(event)\">";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'dental');\"><span class=\"menuItemText\">Dental</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.bcbstx.com/erslife/pdf/active_section_2.pdf\">Basic Group Term Life</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.bcbstx.com/erslife/pdf/active_section_3.pdf\">Optional Group Term Life</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.bcbstx.com/erslife/pdf/active_section_4.pdf\">Dependent Group Term Life</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.bcbstx.com/erslife/pdf/active_section_5.pdf\">Voluntary AD&D</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.bcbstx.com/erslife/pdf/active_section_8.pdf\">Group Disability Income Plan</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"https://auth.ers.state.tx.us/profile_ersbis/cgi-bin/athcgi.exe?command=showpage&user=ers&password=ers\">Long Term Care</a>";
menuOutput += "</div>";

//Insurance-Optional-Dental sub-sub-menu options

menuOutput += "<div id=\"dental\" class=\"menu\" onmouseover=\"menuMouseover(event)\">";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'dentalmaint');\"><span class=\"menuItemText\">Dental Maintenance Plan (Aetna Dental)</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'dentalchoice');\"><span class=\"menuItemText\">Dental Choice Plan (GEHA)</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "</div>";

//Insurance-Optional-Dental-Dental Maintenance Plan sub-sub-menu options

menuOutput += "<div id=\"dentalmaint\" class=\"menu\" onmouseover=\"mouseondiv()\">";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.aetna.com/members/ers2004\">Overview</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.geoaccess.com/ers/po/default.asp\">Provider List</a>";
menuOutput += "</div>";

//Insurance-Optional-Dental-Dental Choice Plan sub-sub-menu options

menuOutput += "<div id=\"dentalchoice\" class=\"menu\" onmouseover=\"mouseondiv()\">";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.txdentalchoice.com/\">Overview</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.txdentalchoice.com/provider_lookup/physician.asp\">Provider List</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.txdentalchoice.com/pdfs/claim_form.pdf\">GEHA Claim Form</a>";
menuOutput += "</div>";

//Insurance-InitialEnrollment sub-menu options

menuOutput += "<div id=\"initenroll\" class=\"menu\" onmouseover=\"mouseondiv()\">";
menuOutput += "<a class=\"menuItem\" target=\"_self\" href=\"http://www.depts.ttu.edu/personnel/insenroll.aspx\">Insurance Initial Enrollment - Overview</a>";
menuOutput += "<a class=\"menuItem\" target=\"_self\" href=\"http://www.depts.ttu.edu/personnel/benprocess.aspx\">Forms to be filled and Instructions</a>";
menuOutput += "</div>";

//Insurance-Calculate-Premium sub-sub-menu options

menuOutput += "<div id=\"inspremium\" class=\"menu\" onmouseover=\"menuMouseover(event)\">";
menuOutput += "<a class=\"menuItem\" target=\"_self\" href=\"http://www.depts.ttu.edu/personnel/healthins.aspx\">Health Insurance Premium</a>";
menuOutput += "<a class=\"menuItem\" target=\"_self\" href=\"http://www.depts.ttu.edu/personnel/Dentalins.aspx\">Dental Insurance Premium</a>";
menuOutput += "<a class=\"menuItem\" target=\"_self\" href=\"http://www.depts.ttu.edu/personnel/OTLins.aspx\">Optional Term Life Premium</a>";
menuOutput += "<a class=\"menuItem\" target=\"_self\" href=\"http://www.depts.ttu.edu/personnel/adndins.aspx\">Voluntary AD&D Premium</a>";
menuOutput += "<a class=\"menuItem\" target=\"_self\" href=\"http://www.depts.ttu.edu/personnel/restins.aspx\">Short/Long Term Disability & Dependent Life Premiums</a>";
menuOutput += "<a class=\"menuItem\" target=\"_self\" href=\"http://www.depts.ttu.edu/personnel/ins_prem/ins_prem_calc.aspx\">All together for Monthly Payroll deduction</a>";
menuOutput += "</div>";

//TexFlex Sub-menu options

menuOutput += "<div id=\"texflex\" class=\"menu\" onmouseover=\"mouseondiv()\">";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"https://auth.ers.state.tx.us/profile_ersbis/cgi-bin/athcgi.exe?command=showpage&user=ers&password=ers\">Overview</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.payflex.com/texas/\">PayFlex - Flexible Spending Account Service Center</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.payflex.com/texas/default.asp?c=savingscalculator\">TexFlex Savings Calculator</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.payflex.com/texas/forms/Claim%20Form%20-%20FSA%20-%20DCA.pdf\">Health & Dependent Care Claim Form</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ers.state.tx.us/TexFlex/FB-920.pdf\">TexFlex Enrollment Form</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" title=\"TexFlex Direct Deposit Form\" href=\"http://www.payflex.com/texas/forms/Direct%20Deposit%20Authorization.pdf\">TexFlex Direct Deposit Form</a>";
menuOutput += "</div>";


//Orientation submenu option

menuOutput += "<div id=\"orient\" class=\"menu\" onmouseover=\"menuMouseover(event)\">";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'staff');\"><span class=\"menuItemText\">Faculty / Staff</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<div class=\"menuItemSep\"></div>"
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'grad');\"><span class=\"menuItemText\">Graduate Students</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "</div>";

//Faculty Staff sub-sub-menu options

menuOutput += "<div id=\"staff\" class=\"menu\" onmouseover=\"mouseondiv()\">";
menuOutput += "<a class=\"menuItem\" target=\"_self\" href=\"http://www.depts.ttu.edu/personnel/benstafforientsched.aspx\">Orientation Schedule</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/quality/classes/first30.htm\">Register for Orientation</a>";
menuOutput += "</div>";

//Graduate Students sub-sub-menu options

menuOutput += "<div id=\"grad\" class=\"menu\" onmouseover=\"mouseondiv()\">";
menuOutput += "<a class=\"menuItem\" target=\"_self\" href=\"http://www.depts.ttu.edu/personnel/bengradorientsched.aspx\">Orientation Schedule</a>";
menuOutput += "<a class=\"menuItem\" target=\"_self\" href=\"https://www.depts.ttu.edu/personnel/regorientgrad.aspx\">Register for Orientation</a>";
menuOutput += "</div>";

//Retirement submenu option

menuOutput += "<div id=\"retire\" class=\"menu\" onmouseover=\"menuMouseover(event)\">";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'trs');\"><span class=\"menuItemText\">TRS</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'orp');\"><span class=\"menuItemText\">ORP</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'tsa');\"><span class=\"menuItemText\">Voluntary Supplemental Retirement Accounts</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'social');\"><span class=\"menuItemText\">Social Security</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "</div>";

//TRS sub-submenu option

menuOutput += "<div id=\"trs\" class=\"menu\" onmouseover=\"menuMouseover(event)\" >";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/personnel/docs/TRS-ORP-Overview.pdf\">TRS Overview</a>";
menuOutput += "<a class=\"menuItem\" href=\"http://www.depts.ttu.edu/personnel/retirement/retirecal.aspx\">Calculate Retirement effective date</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.trs.state.tx.us/reporting/forms/form_6.pdf\">Notice of Request for Refund</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\"href=\"http://www.trs.state.tx.us/benefits/forms/form_11.pdf\">Designation of Beneficiary</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.trs.state.tx.us/benefits/forms/form_358f.pdf\">Change of Address</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.trs.state.tx.us/global/forms/form_18.pdf\">Request for Estimate of Retirement Benefits</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.trs.state.tx.us/Benefits/RetEst.html\">TRS Retirement Estimate Calculator</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.trs.state.tx.us/Benefits/ServiceCredit_PurchaseMainPg.htm\">TRS Retirement Service Credit Purchase</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.trs.state.tx.us/Benefits/emp_afteret.pdf\">TRS Employment after Retirement</a>";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'trsforms');\"><span class=\"menuItemText\">TRS Forms</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<div class=\"menuItemSep\"></div>"
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.trs.state.tx.us\">TRS Website</a>";
menuOutput += "</div>";

//ORP sub-submenu option

menuOutput += "<div id=\"orp\" class=\"menu\" onmouseover=\"menuMouseover(event)\" >";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/personnel/docs/TRS-ORP-Overview.pdf\">ORP Overview</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/opmanual/OP70.07.pdf\">ORP - OP 70.07</a>";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'orpforms');\"><span class=\"menuItemText\">ORP Forms</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" href=\"http://www.depts.ttu.edu/personnel/orpcorep.aspx\">List of approved companies</a>";
menuOutput += "</div>";

//TRS - TRS Forms sub-sub-menu options  

menuOutput += "<div id=\"trsforms\" class=\"menu\" onmouseover=\"mouseondiv()\">";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/personnel/benprocess5.aspx#trs\">TRS Enrollment Authorization Form</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.trs.state.tx.us/reporting/forms/form_6.pdf\">TRS Notice of Request for Refund</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.trs.state.tx.us/benefits/forms/form_11.pdf\">TRS Designation of Beneficiary</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.trs.state.tx.us/benefits/forms/form_358f.pdf\">TRS Change of Address</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.trs.state.tx.us/global/forms/form_18.pdf\">TRS Request for Estimate of Retirement Benefits</a>";
menuOutput += "</div>";

//ORP - ORP Forms sub-sub-sub-menu options  

menuOutput += "<div id=\"orpforms\" class=\"menu\" onmouseover=\"mouseondiv()\">";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"../retirement/orpforms/InfoAcknowledge.pdf\">ORP Information Acknowledgement Form</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"../retirement/orpforms/SalReduction.pdf\">ORP Salary Reduction Acknowledgment / Change of Company Form</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"../retirement/orpforms/TransferRequest.pdf\">ORP Transfer Request Form</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.trs.state.tx.us/Forms/TRS28.PDF\">ORP Notice of Election to Participate</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.trs.state.tx.us/Forms/TRS29Rev10feb03.pdf\">ORP Application for Refund Form</a>";
menuOutput += "</div>";

//TSA sub-submenu option

menuOutput += "<div id=\"tsa\" class=\"menu\" onmouseover=\"mouseondiv()\" >";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/opmanual/OP70.05.pdf\">Income Tax Sheltered Programs</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/opmanual/OP70.09.pdf\">Tax Sheltered Annuity Program</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/opmanual/OP70.09A.pdf\">TSA Enrollment Form</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/personnel/LIST - TSA 7.doc\">List of TSA approved companies</a>";
menuOutput += "<div class=\"menuItemSep\"></div>"
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"https://info.plan.csplans.com/default.asp?cl=TEXAS&pl=680501PU&page=plan_informationintroduction&domain=texasaver.csplans.com\">Texa$aver Deferred Compensation Program</a>";
menuOutput += "</div>";


//special instructions sub-submenu option

menuOutput += "<div id=\"social\" class=\"menu\" onmouseover=\"mouseondiv()\" >";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ssa.gov/\">Social Security Online</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ssa.gov/retire2/index.htm\">Social Security Retirement Planner</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ssa.gov/pubs/10070.html\">Social Security Retirement Benefits Calculations</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.ssa.gov/planners/calculators.htm\">Social Security Retirement Benefits Calculator</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"https://s044a90.ssa.gov/apps6z/FOLO/fo001.jsp\">Social Security Office Locator</a>";
menuOutput += "</div>";


//Leaves Sub-menu options

menuOutput += "<div id=\"leaves\" class=\"menu\" onmouseover=\"mouseondiv()\">";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"https://webapps.tosm.ttu.edu/MENU/SIGNON.ASP?KEY=1033680386&URL=/TIMECAPTURE/SUMMARY.ASP&SYS=TIMECAPTURE\">Online Leave Status</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/opmanual/OP70.01.pdf\">OP70.01</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/opmanual/OP70.32.pdf\">FMLA</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/opmanual/OP70.32A.pdf\">Application for Family and Medical Leave</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/opmanual/OP70.32B.pdf\">Certification of Physician or Practitioner</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/opmanual/OP70.32C.pdf\">Your Rights under the F&ML Act of 1993</a>";
menuOutput += "</div>";


//More Sub-menu options

menuOutput += "<div id=\"more\" class=\"menu\" onmouseover=\"menuMouseover(event)\">";
menuOutput += "<a class=\"menuItem\" href=\"http://www.depts.ttu.edu/personnel/bensummary.aspx\"><b>Benefits Summary</b></a>";
menuOutput += "<div class=\"menuItemSep\"></div>"
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.eap.ttuhsc.edu/\">EAP</a>";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'epi');\"><span class=\"menuItemText\">Employer Provided Insurance</span><span class=\"menuItemArrow\">&#9654;</span></a>"
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/opmanual/OP70.05.pdf\">Benefits Operating Policy</a>";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'othempben');\"><span class=\"menuItemText\">Other Employee Benefits</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<div class=\"menuItemSep\"></div>"
menuOutput += "<a class=\"menuItem\" href=\"http://www.depts.ttu.edu/personnel/ben/announcements.aspx\"><b>Benefits Announcements</b></a>";
menuOutput += "</div>";

//epi - Employee Provided Insurance Benefits sub-sub-menu options

menuOutput += "<div id=\"epi\" class=\"menu\" onmouseover=\"menuMouseover(event)\">";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/opmanual/OP70.13.pdf\">Worker&#39;s Compensation Insurance</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/opmanual/OP70.05.pdf\">Unemployment Compensation Insurance</a>";
menuOutput += "</div>";

//Other Emp Benefits sub-sub-menu options

menuOutput += "<div id=\"othempben\" class=\"menu\" onmouseover=\"menuMouseover(event)\">";
menuOutput += "<a class=\"menuItem\" target=\"_self\" href=\"http://www.depts.ttu.edu/personnel/bensummary.aspx#longpay\">Longevity Pay</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"https://www.techsis.admin.ttu.edu/student/FA/eds.htm\">Emp/Dependent Scholarship</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://library.ttu.edu/\">Library</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/hospitality/\">Dining Facilities</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/recsports/\">Recreational Center</a>";
menuOutput += "<a class=\"menuItem\" href=\"blank.html\" onclick=\"return false;\" onmouseover=\"menuItemMouseover(event, 'music');\"><span class=\"menuItemText\">Theater and Music Productions</span><span class=\"menuItemArrow\">&#9654;</span></a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/parking/\">Parking</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.hightech.uc.ttu.edu/\">High Tech</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.uc.ttu.edu/\">Student Union Building</a>";
menuOutput += "</div>";

//Music sub-sub-sub-menu options

menuOutput += "<div id=\"music\" class=\"menu\" onmouseover=\"mouseondiv()\">";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/theatreanddance\">Theatre Productions</a>";
menuOutput += "<a class=\"menuItem\" target=\"_blank\" href=\"http://www.depts.ttu.edu/music/SOM/ChoralEnsembles.asp\">Music Productions</a>";
menuOutput += "</div>";

document.write(menuOutput);