

function treeMenu(tName){

tMenu = document.getElementById(tName).style;
tMenu.display=(tMenu.display=='none')?"block":"none";

}
