departmentName = "Human Resources/Affirmative Action";
pageName = "EEO/AA Plan for Classified Staff";
contactName = "AA Web Manager";
contactEmail = "aa@uwplatt.edu";
template = "pers";

menuEntry("UWP Home", "http://www.uwplatt.edu/");
menuEntry("HR Home", "http://www.uwplatt.edu/pers/index.html");
menuEntry("AA Plan Contents","../aacntnts.htm");
menuEntry("Table of Contents","OSERContents.htm");

menuHeader("AA Resources");
menuEntry("Available in AAO","../AAOffice.htm");
menuEntry("AA Links","../aalinks.htm");
menuEntry("Disabilities Links","../DisabilitiesLinks.htm");
menuEntry("Students with Disabilities","http://www.uwplatt.edu/disability/");

menuHeader("Policies");
menuEntry("Discrimination", "http://www.uwplatt.edu/pers/discrim.htm");
menuEntry("Harassment", "http://www.uwplatt.edu/pers/discrim.htm");
menuEntry("Accommodations", "http://www.uwplatt.edu/pers/reasaccm.htm");
menuEntry("Consen. Relation.", "http://www.uwplatt.edu/pers/consent.htm");

addCrumb("UWP Home","http://www.uwplatt.edu");
addCrumb("Human Resources","http://www.uwplatt.edu/pers/");
addCrumb("AA Plan Contents","../affact/aacntnts.htm");
addCrumb("Contents","OSERContents.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))]);
}
