Thanks Wes, that could be very useful, I'll try it.
The query is this:
"Get all childs connected to a X node and order DESC. Divide firstNode/secondNode..."
At the moment I only have the query to get all the childs connected to X node:
START n=node(200) MATCH n<-->nodo RETURN nodo.ind, nodo.lev,
nodo.id, nodo.mass, nodo.x, nodo.y, nodo.z ORDER BY nodo.mass DESC