ww.form.tree = function( node_id, options ) {
	$( document ).ready( function( $ ) {
		$( '#' + node_id ).wwTree( options );
	} );
}

