departmentName = "Police and Parking";
contactName = "Police";
contactEmail = "police@uwplatt.edu";
showMenu = "yes";
template='default';

menuEntry("Police Home", "../index.html");
menuBreak();
menuEntry("Parking Permits", "../permits.html");
menuEntry("Parking Information", "../parking/index.html");
menuEntry("Alerts","../alerts.html");
menuEntry("Building Security","../building.html")
menuEntry("Crime Prevention", "../crimeprevent.html");
menuEntry("Motorist Assist", "../assisting.html");
menuEntry("Alcohol Violations", "../underage.html");
menuEntry("Bicycle Registration", "../bikeform.html");
menuEntry("Fresh Start", "../fresh_start.pdf");
menuEntry("Forms", "../forms.html");
menuEntry("Pioneer Alerts", "http://www.uwplatt.edu/go/pioneeralerts/");
menuBreak();
menuEntry("Annual Crime Reports", "../reports/index.html");
menuEntry("Emergencies", "../emergency/index.html");

menuBreak();
menuEntry("Police Staff", "../staff.html");

addCrumb("uwplatt.edu", "http://www.uwplatt.edu");
addCrumb("Police and Parking", "../index.html");
