<!--

function jumpBox(list) {
	location.href = "jobs.cfm?func=jobtitle&job_title=" + list.options[list.selectedIndex].value
	}

function jumpBox2(list) {
	location.href = "jobs.cfm?func=citystate&city_state=" + list.options[list.selectedIndex].value
	}

function jumpBox3(list) {
	location.href = "mod-job.cfm?id=" + list.options[list.selectedIndex].value
	}

function jumpBox4(list) {
	location.href = "del-job.cfm?id=" + list.options[list.selectedIndex].value
	}

function popup(address,attributes) {
	var popupwin=window.open(address,"child",attributes);
}

//-->