var fDesc=new Array(); fDesc[0] = "OnePage Genealogy will put your entire family tree onto a single page in a custom, space-efficient format. The program uses your own GEDCOM file as input and computes an optimal layout for each tree based on user-selected paper size and font preferences. The chart is created in PDF format for easy browsing and sharing.

In researching our family history, we quickly discover how challenging it can be to visualize many of the complicated relationships that lie between our ancestors and us. It is helpful to organize and diagram our records into charts that are easy to read and understand."; 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 = ''; } }