for (var i = 0; i < node.childNodes.length; i++)
        { walk(node.childNodes[i]) }