function clearForm() {
	document.contact_form.val_code.value = "";
}

function loadPage(list) {
	location.href=list.options[list.selectedIndex].value
}
