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] = "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] = "Tree Menu works well with Dreamweaver, Expression Web, FrontPage and Golive. And it can generate absolutely search-engine-friendly sitemaps."; fDesc[4] = "information to understand how much space the files and directories consume on your hard disk drives, and it helps to find obsolete files and folders. JDsikReport requires Java 5 or later. JDiskReport works on Windows 2000/XP/Vista, Solaris, Linux and Mac OS X platforms."; fDesc[5] = "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[6] = "atmosphere for you to enjoy Christmas any time you want! In it you will be able to see Frosty dancing all around, decorating the Christmas tree, playing with fireworks, turning the lights on and off and you will even listen to him playing different Christmas tunes in old vinyl records!"; fDesc[7] = "Christmas tree in the middle of a room. It shows a close-up view of its branches. Every branch is beautifully decorated with stars, angels, bells, and more."; fDesc[8] = "leaves it will begin to grow. After a while, the flowers on the tree will bloom and then fruit will begin to grow. By picking fruit you earn money. You need to collect enough fruits to meet your goal before time is up."; fDesc[9] = "Christmas lights at a distance, 3D animated birds and rabbits, and, of course a Christmas tree - the one you can decorate yourself or set to random. Choose the weather you like, set the holiday tune you prefer, and enjoy the holiday season with this amazing screen saver!"; fDesc[10] = "simplicity. What it does is basically decorates your desktop with Christmas items, such as Christmas trees, Christmas socks, Christmas trees’ balls, and else. Besides the decorating purpose, it adds a basic Christmas countdown clock."; fDesc[11] = "insects flying around. The game has an excellent presentation and a good storyline. But the best thing is that the game-play is addictive. A very recommendable game."; fDesc[12] = "top. Oh no, someone forgot about the tree! Hurry up and decorate the tree and light the star and perhaps there will be a gift for you too under the Christmas tree this year!"; fDesc[13] = "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[14] = "island, in the middle of a lake. Maybe you have walked for a long time looking for the tree and, when you finally find it, you just stay standing there watching in awe. You can feel the magic and the mystery all around you."; fDesc[15] = "bewitched and now the survival of the fairies rests in the hands of their children. Use your wings to soar around the Great Tree, collect the pollen, and free the Swee from the spell."; 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 = '...'; } }