var fDesc=new Array(); fDesc[1] = "personal details of every member of the family, as his birth date, gender, date of death, email, as well as phisical details, relevant notes and every detail you should need, including photos."; fDesc[2] = "and information. It is an exquisite tool to build a detailed family tree. It permits you to create and store an ancestral database with individual data entering for each ancestor with demographic information, notes, references and pictures."; fDesc[3] = "family tree by adding members of your family with data about them. There are a lot of fields to store complete information. Now you will never forget the important date or anniversary, because Legacy will remind you about it."; fDesc[4] = "Brother's Keeper you can view and print a wide variety of reports and charts including ancestor charts, descendant box charts and tree charts. Brother's Keeper is a great program which supports multiple languages like English, Norwegian, French, German and many more."; fDesc[5] = ", multimedia, publishing, and more."; fDesc[6] = "has 3 advanced features that no other genealogy program has: Real-Time Internet Backup, Real-Time Internet Publishing, and SmartMatching."; fDesc[7] = "lives."; fDesc[8] = "surname 5000 surnames 3. Your sign of the zodiac 4. Your rock (each person approaches the certain natural rock capable to render influencing on ..."; fDesc[9] = "diagrams. The Complete Genealogy Reporter can incorporate all cousins, aunts, uncles, and indirect relationships via marriage."; fDesc[10] = "creating a complete family tree. It has more features than other tools alike. The interface is well organized and easy to learn. Moreover it is very intuitive."; fDesc[11] = "lives. The software could be used with pictures or multimedia files. Events could be added with ease to any individual record. It also provides an ascending genealogy tree with 8 levels as well as a descending genealogy tree with 3 levels."; fDesc[12] = "files, images, and other user inputs."; fDesc[13] = "use and offers a complete entry system for adding individuals and their information to the family tree. With Genbox Family History you can collect, organize and review your family history information."; fDesc[15] = "place. You will have the ability to sort, view and print out the information on any data field."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }