var fDesc=new Array(); fDesc[0] = "Personal Ancestral File is a genealogy program developed to help you collect, store and organize family history records and information. It is an exquisite tool to build a detailed family tree.

One of the most important features in this application is its ease of use. The interface is well-organized and simple. It has been translated to several languages: English, Chinese, German, Japanese, Korean, Swedish.
The application organizes your information on different reports like pedigree charts, family group records, descendants charts, individual summaries, calendars and other custom reports. It permits you to create and store an ancestral database with individual data entering for each ancestor with demographic information, notes, references and pictures. You must type each person's information and then it allows you to link individuals or families and display each person in the relationships you request.

Also, you can set various preferences, such as fonts, colors and format, add multimedia resources as digitized and scanned photos, video clips, and sound files to individual records, create templates to customize data entry, print reports, track research sources, search, find, and correct information, view family information in different ways, filter searches, share information with others and publish Information on the World Wide Web.
There is a User’s Guide for online help.
This program is distributed as Freeware and it will work under Win98/98SE/Me/2000/NT/XP."; 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 = ''; } }