departmentName = 'Counseling Services';
contactName = 'Roger Meyer, Director';
contactEmail = 'meyer@uwplatt.edu';
showMenu='yes';
template='counseling';

menuEntry("UWP Home","http://www.uwplatt.edu/");
menuEntry("Counseling Services", "index.html");
menuBreak();
menuEntry("What is Counseling?", "whatis.html");
menuEntry("Resources","resources/index.html");
menuEntry("Confidentiality","confid.html");
menuEntry("Staff","staff.html");
menuEntry("Services","services.html");
menuEntry("Topics","topic.html");
menuBreak();
menuEntry("Hours", "hours.html");

addCrumb("uwplatt.edu", "http://www.uwplatt.edu");
addCrumb("Counseling", "index.html");
