var fDesc=new Array(); fDesc[0] = "At last there is a way to view the complex relationships in your family tree! 3D Family Tree software is designed to help you use the power of 3-dimensional viewing to see generations, siblings and marriages at a glance. 3D Family Tree turns your complicated data into an easy to see tree which can be rotated, zoomed in or expanded to meet your viewing needs.

See how various branches of your family evolved. Understand the relationships of distant relatives with ease. No other genealogy software package offers this amazingly easy way to see you family history. Once you've added 3D Family Tree to your software library, you'll marvel at the way your tree "comes alive!""; 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 = ''; } }