

function goQuickFind() {
	location=document.forms.QFform.QFselect.value
}

function focusOnButton() {
	document.getElementById('QFform').go.focus()
}
