function submitForm() { document.CampusLocationsForm.submit(); } function clearLocations() { document.CampusLocationsForm.location.selectedIndex = 0; }