var fDesc=new Array(); fDesc[1] = "use. If you are a beginner to genealogy, you can learn to use GenoPro in a few minutes without the need to take a look at the online help. GenoPro is capable to draw any type of family tree, including the most complicated family difficult to \"picture\". Once you have finished your family tree, you can save your family tree in a metafile to insert in Word, PowerPoint or any other Windows software. A metafile is a picture with a transparent background capable to be scaled to any size without quality loss. You can use GenoPro to create a huge poster of your family tree. GenoPro can insert unlimited pictures for each individual and family, and help you to create a CD ROM of your family album. GenoPro has a powerful report generator to generate detailed reports in the language of your choice. Those reports can be printed using Word or published on the Web using your internet connection...."; fDesc[2] = "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[3] = "together. The program features user-controlled points of connection, color shadows, graphics import and export, curves."; fDesc[4] = ", multimedia, publishing, and more."; fDesc[5] = "has 3 advanced features that no other genealogy program has: Real-Time Internet Backup, Real-Time Internet Publishing, and SmartMatching."; fDesc[6] = "lives."; fDesc[7] = "diagrams. The Complete Genealogy Reporter can incorporate all cousins, aunts, uncles, and indirect relationships via marriage."; fDesc[8] = "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[9] = "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[10] = "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[12] = "graphical way. Data can be associated with further files, thus helping keep the memories of ancestors and relatives alive in the family."; fDesc[13] = "place. You will have the ability to sort, view and print out the information on any data field."; fDesc[14] = ", Maps, Notes, Stamps, Software, Videos, CD's, DVD's or Photos."; fDesc[15] = "features. Creating the genealogical map is a visual experience."; 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 = '...'; } }