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","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","../cs/index.html");

addCrumb("uwplatt.edu","http://www.uwplatt.edu");
addCrumb("University Documents","http://www.uwplatt.edu/university/documents");
addCrumb("Student Handbook","../index.html");
addCrumbAcronym("SS","index.html","Service for Studnets");