var fDesc=new Array(); fDesc[1] = "drawing and animation features - including brand new Flash animation support, DrawPlus X2 has everything you need to create eye-catching, professional-standard designs and artwork. Whenever you're a beginner or a skilled artist - whether need to create a stylish cover for your school or college project, an attractive family tree or business diagram, a photo-realistic art masterpiece, or even a high impact Flash animation - you'll find easy-to-use drawing and painting tools and special effects you can use right away to create your most outstanding designs, ever."; fDesc[2] = "tree by introducing step-by-step data about our ancestors. It is a very easy to use program and we do not need special training to start building our history to share with the rest of our family or just for entertainment."; fDesc[3] = "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[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] = "to do specific tasks like, for instance, create organizational charts. So then is when it's better to use a more specialized application. HumanConcepts OrgPlus that will help you to create professional organizational charts in an easy and dynamic way."; fDesc[7] = "has 3 advanced features that no other genealogy program has: Real-Time Internet Backup, Real-Time Internet Publishing, and SmartMatching."; fDesc[8] = "lives."; fDesc[9] = "display ancestors and descendants of any selected individual, entering notes, events, a second name, and marriage details for each individual. The program can read and write files in Gedcom format, so you´ll be able to import/export family trees."; fDesc[10] = "own family tree. The program is extremely easy-to-use. For creating your own family tree just add special items that designate members of your family and relatives onto canvas and define associations between them."; fDesc[11] = "diagrams. The Complete Genealogy Reporter can incorporate all cousins, aunts, uncles, and indirect relationships via marriage."; fDesc[12] = "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[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] = "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 = '...'; } }