var fDesc=new Array(); fDesc[0] = "GYZ Tree Document Editor is a tree-structured rich document editor and viewer. It allows you to keep your notes, documents in an organized manner. Taking classroom notes, meeting records, preparing project documents, speeches, presentations etc., GYZ Tree Document Editor saves your time by creating multiple pages associated to corresponding tree nodes within a single document, avoiding creating a lot of separated files on the disk. Beside text, you can even insert pictures, Excel worksheets and other objects. One single data file for a whole "tree"."; 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 = ''; } }