departmentName = 'Student Handbook';
contactName = 'Richard Egley';
contactEmail = 'egley@uwplatt.edu';
showMenu = 'yes';
templateColor = 'blue';

menuEntry("Table of Contents", "../../index.html");
menuBreak();
menuEntry("Service for Students","../../ss/index.html");
menuEntry("Academic Assistance","../../aa/index.html");
menuEntry("Information Services","../../is/index.html");
menuEntry("Campus Life","../../cl/index.html");
menuEntry("Policies","../../up/index.html");
menuEntry("Safety","../index.html");

addCrumb("uwplatt.edu","http://www.uwplatt.edu");
addCrumb("University Documents","http://www.uwplatt.edu/university/documents");
addCrumb("Student Handbook","../index.html");
addCrumbAcronym("CS","index.html","Campus Safety")