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("Sex Offender Info", "files/sex_offender.pdf");
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");
menuEntry("Emergency Information", "emergency/emergencyinfo.html");
menuEntry("Emergency Training","emergency/training.html");
menuBreak();
menuEntry("Police Staff", "staff.html");

addCrumb("uwplatt.edu", "http://www.uwplatt.edu");
addCrumb("Police and Parking", "index.html");
