var fDesc=new Array(); fDesc[2] = "acts as a camera we can use to view around at 360 degrees. We are Ash, a male trainer who can walk freely around the mini village, always followed by one of the Pokemon pets."; fDesc[3] = "the developer’s Web site. It’s not a real video but computer animation. It shows a winter day with pine trees being covered by a lot of snow falling from the sky."; fDesc[4] = "lake, surrounded by lush green pine trees, rolling hills of light green grass and, at the distance, the majestic view of the mountains with their peaks covered with snow."; fDesc[5] = "collection of financial calculations tools, organized into the following six categories: Finance, Depreciation, Loan, Schedules-Cash Flow, General, and Advisors. It offers a very intuitive interface and the system requirements are minimal."; fDesc[6] = "forest. The scene is really well designed, and it shows some interesting details, like the snowed pines and trees, and a beautiful view of a pine forest on a slope."; fDesc[7] = "will show you a fully decoIt is located right where it was born, in a pine trees forest, on a snow-covered mountain. rated Christmas tree. The screen saver starts showing you the number of days left until Christmas, and immediately, you start watching shooting stars."; fDesc[8] = "their snowed mountains and valleys, frozen lakes, pine forests and mirrored waters. Winter Wonders is absolutely free to download and use, and is a good choice for any screensaver collection."; fDesc[9] = "and color. Menu allows to change lights into rays and spirals, set their position and cones. You can play mp3 music"; fDesc[11] = "screensaver will take you to a forest during a snowstorm. But don't worry. It is not a blizzard. It is just a nice and gentle snowfall with thousands of different shaped snowflakes. You will be able to watch as the pine trees get covered with snow, as well as all the ground around you."; fDesc[13] = ", offers mouse support, scroll bars instead of hitting space bar or minus key for scrolling up and down, customizable font, background/foreground colors, and a toolbar. Detailed setup instructions come in a text file with the program. The zip file also includes the 32-bit Windows version of the UNIX Pico editor."; fDesc[14] = "the mountains. You will be able to watch pine trees, snow capped mountains, and more. The image is excellent. The feeling you get while watching it is one of relaxation and peace."; fDesc[15] = "snowy front yard of a huge house. Fresh snow falls softly from the nighttime sky and the Christmas lights on the pine trees bathe the yard."; 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 = '...'; } }