function clear_field()
{
	var el = document.getElementById('FormSearch');
	el.value = '';
}



