// <!--function redir(menuobject){		url = menuobject.options[menuobject.selectedIndex].value;
		if (url == "https://system.campminder.com/staff_applicant/staffapp.asp?c=99") {
			window.open(url);
		} else if (url.length > 0) {
			window.location = url;
		}	}
// -->