departmentName = "Student Success Center";
contactName = "Becky Peters";
contactEmail = "petersre@uwplatt.edu";
showMenu = "yes";
templateColor = "blue";
template = "default";

menuEntry("SSC Home", "index.html");
menuBreak();
menuEntry("Advising and Career Exploration Services (ACES)","http://www.uwplatt.edu/advising/");               
menuEntry("Counseling Services","http://www.uwplatt.edu/counseling");
menuEntry("Services for Students with Disabilities","http://www.uwplatt.edu/disability/");
menuEntry("Student Support Services","http://www.uwplatt.edu/stusuppserv");
menuEntry("University Tutoring Services","http://www.uwplatt.edu/tutoring");
menuEntry("Women's Center","http://www.uwplatt.edu/womensctr");
menuEntry("Writing Center","http://www.uwplatt.edu/writingcentr");
menuBreak();
menuEntry("Coordinating Services","coord.html");
menuBreak();
menuEntry("Contact Us","contact.html");

addCrumb("uwplatt.edu", "http://www.uwplatt.edu");
addCrumb("SSC", "index.html");
