function treeMenuV(tName){
  tMenu = document.getElementById('sSubmenuBox' + tName).style;
  tMenu.display = "block";
  mMenu = document.getElementById('sMainmenuIMG' + tName).style;
  mMenu.backgroundImage = ('url(../img-menu/menu' + tName + 'h.gif)');
}
function treeMenuD(tName){
  tMenu = document.getElementById('sSubmenuBox' + tName).style;
  tMenu.display = "none";
  mMenu = document.getElementById('sMainmenuIMG' + tName).style;
  mMenu.backgroundImage = "url(../img-menu/menu" + tName + ".gif)";

}

//サブメニュー
