departmentName = "Human Resources/Payroll";
contactName = "HR Web Manager";
contactEmail = "payrollhelp@uwplatt.edu";
template = "pers";

menuEntry("UWP Home", "http://www.uwplatt.edu/");
menuEntry("HR Home", "http://www.uwplatt.edu/pers/index.html");
menuEntry("Payroll Home", "payroll.htm");
menuEntry("I-9 Guide", "I9Guide.htm");

menuHeader("Student Payroll");
menuEntry("Kronos Ref", "SPayQuickRef.htm");
menuEntry("Responsibilities", "StudentRespInfo.htm");
menuEntry("Wage Guide", "SPayWageGuide.htm");
menuEntry("Lump Sum Guide", "SPayLumpSumGuide.htm");
menuEntry("Payroll Schedule", "docs/Student_Pay_Schedule2009_2010.pdf");

menuHeader("PDF Forms");
menuEntry("W4-Selective Svc", "docs/W4SelectiveSvc.pdf");
menuEntry("Direct Deposit", "docs/UWDirDepFill.pdf");

menuHeader("Word Forms");
menuEntry("Address Change", "docs/PayChangeForm.doc");

addCrumb("UWP Home","http://www.uwplatt.edu");
addCrumb("Human Resources","http://www.uwplatt.edu/pers/");
addCrumb("Payroll","http://www.uwplatt.edu/pers/payroll/payroll.htm");

images = new Array();
images[0] = "../images/rand01.jpg"
images[1] = "../images/rand02.jpg"
images[2] = "../images/rand03.jpg"
images[3] = "../images/rand04.jpg"
images[4] = "../images/rand05.jpg"
images[5] = "../images/rand06.jpg"
images[6] = "../images/rand07.jpg"
images[7] = "../images/rand08.jpg"
images[8] = "../images/rand09.jpg"
images[9] = "../images/rand10.jpg"
images[10] = "../images/rand11.jpg"
images[11] = "../images/rand12.jpg"
images[12] = "../images/rand13.jpg"
images[13] = "../images/rand14.jpg"
images[14] = "../images/rand15.jpg"
images[15] = "../images/rand16.jpg"
images[16] = "../images/rand17.jpg"
images[17] = "../images/rand18.jpg"
images[18] = "../images/rand19.jpg"
images[19] = "../images/rand20.jpg"
images[20] = "../images/rand21.jpg"
images[21] = "../images/rand22.jpg"
images[22] = "../images/rand23.jpg"
function RandElement(IList){
   return(IList[Math.round(Math.random()*(IList.length-1))]);
}
