var fDesc=new Array(); fDesc[0] = "Wintree is a software making it possible to represent complete family trees of ascent and descent. For an individual you can represent on the same page 62 generations of ascending and 62 generations of descendants.
Its characteristic is that it optimizes the tree by minimizing spaces between the boxes. Thus on A4 page, you can represent while remaining readable to 250 people on a dozen generations. The software makes it possible to print on any Windows printer. An impression on a A0 sheet makes it possible to visualize a very great number ofindividuals and often all its genealogy."; 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 = ''; } }