
function hideInputValue(form)
{
	form.value = '';
}

