  
function form_focus() {
	document.contact_form.contact_name.focus();
}
