function FocusContactForm()
{
	field=document.getElementById('name');
	field.focus();
}
