function ctrl_error(frm)
{
	if (!algunoChecked(frm, "error[]"))
	{
		alert (ctrl_errores_ficha) ;
        return(false) ;
	} else return(true) ;
}