function tree_sub(id) {
   $('ul.sub').hide();
   $('ul.sub_'+id).show();
}
