function cmfFormNoError(id) 
{
	$(id.previousSibling).html('');
	$(id.previousSibling).attr('class', 'errorDiv');
}

