var fDesc=new Array(); fDesc[0] = "OT2 is a bonsai collection management software for *nix systems and windows, it helps you to manage your trees, your pots and your pictures.
Basics features:
-Unlimited number of trees and pots with their detailed characteristics.
-Sort trees according to their name, age, species..., show all of them or only a subset (mature bonsai, potensai, kusamono...)"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }