function walk( $elements, $max_depth) {

        $args = array_slice(func_get_args(), 2);
        $output = '';