function submitForm() { document.CareerGrowthForm.submit(); } function clearLocations() { document.CareerGrowthForm.jobClass.selectedIndex = 0; }