var fDesc=new Array(); fDesc[0] = "My Family Tree is a genealogy product aimed at both the novice and advanced family historian. With its modern user interface and wide range of features, My Family Tree will help you create your family tree in no time at all.

Features

- Simple flexible workflow
- Visualise and interact with your family tree
- Conveniently store all your research in a single file and so much more."; 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 = ''; } }