var fDesc=new Array(); fDesc[0] = "TreeDraw is a genealogy software package for producing high quality genealogy charts. With this software it is easy to produce perfectly laid out charts and incorporate pictures, clip-art and other simple graphics. You have control over which data the software imports and how it formats it, so charts may be as complex or as simple as you wish."; 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 = ''; } }