departmentName ="Welcome to";
contactName = "LAE";
contactEmail = "lae@uwplatt.edu";
showMenu = "yes";
template = "cj";

menuEntry("UWP Home", "http://www.uwplatt.edu/");
menuEntry("LAE Home", "http://www.uwplatt.edu/lae/");

menuHeader("Departments")
menuEntry("Criminal Justice", "http://www.uwplatt.edu/cj/");
menuEntry("School of Education", "http://www.uwplatt.edu/education/");
menuEntry("Ethnic Studies", "http://www.uwplatt.edu/academics/catalogs/undergraduate/current/lae/ethnic.html");
menuEntry("Fine Arts", "http://www.uwplatt.edu/finearts");
menuEntry("Humanities", "http://www.uwplatt.edu/humanities/");
menuEntry("Psychology", "http://www.uwplatt.edu/psychology/");
menuEntry("Social Sciences", "http://www.uwplatt.edu/socialsci/");
menuEntry("Women&#8217;s Studies", "http://www.uwplatt.edu/wsprogram");

menuHeader("College of LAE")
menuEntry("Academic Programs", "acadprog.html");
menuEntry("Faculty", "http://www.uwplatt.edu/university/directory/lae.html");
menuEntry("MVSU Partnership", "MVSU.html");
menuEntry("Scholarships", "http://www.uwplatt.edu/finaid/scholarships.html");
menuEntry("Internat'l Programs", "http://www.uwplatt.edu/intprog/");

menuHeader("Faculty/Alumni")
menuEntry("Faculty Forum Series", "forum.html");
menuEntry("Alumni", "alumni/index.html");
menuEntry("LAE Constitution", "LAEConstitution.html");
menuEntry("Hall of Fame", "HOF.html");
menuEntry("Awards Program", "Awards.html");

menuHeader("Forms")
menuEntry("Summer School Contracts", "files/summer_school_contract.pdf");
menuEntry("Faculty Workload Form", "files/faculty_workload_form.pdf");
menuEntry("Dean's Fund Proposal", "files/fund_proposal.pdf");
menuEntry("Olga Ray Proposal", "files/olga_ray_proposal.pdf");
menuEntry("Curriculum Approval Proposal", "files/Curriculum_Cover_Page.pdf");
menuEntry("Mini-Sabbatical Requests", "files/MiniSabbatical_08-09.pdf");

addCrumb("UWP Home","http://www.uwplatt.edu");
addCrumb("LA&amp;E","http://www.uwplatt.edu/lae/");

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"
images[23] = "images/rand24.jpg"
images[24] = "images/rand25.jpg"
function RandElement(IList){
   return(IList[Math.round(Math.random()*(IList.length-1))]);
}

pics = new Array();
pics[0] = "images/mvsu01.jpg"
pics[1] = "images/mvsu02.jpg"
pics[2] = "images/mvsu03.jpg"
pics[3] = "images/mvsu04.jpg"
pics[4] = "images/mvsu05.jpg"
pics[5] = "images/mvsu06.jpg"
pics[6] = "images/mvsu07.jpg"
pics[7] = "images/mvsu08.jpg"
function RandMvsu(MList){
   return(MList[Math.round(Math.random()*(MList.length-1))]);
}