
function remove_fields(input)
{
	input.value='';
}
