var fDesc=new Array(); fDesc[1] = "for later offline browsing or editing. With this program you will be able to download a great number of Web and FTP sites simultaneously that you can later view inside the program or outside with your favorite browser."; fDesc[2] = "your friends will want to watch forever. It is a colorful effect of a plasma image, with different backgrounds. Some of the images resemble space. As if a plasma object was traveling across space through the galaxies, probably headed towards our planet."; fDesc[3] = "from many of those alternatives is that it’s available for you to use totally free of charge. If you spend time traveling or at any other place where you don’t have a PC at hand, SudoPlanet allows you to print out the grids to play on paper."; fDesc[4] = "world with ESET Remote Administrator Server. This functionality is an extremely necessary for the corporate environment with more than one location or in management systems that work in remote or traveling."; fDesc[5] = "series includes a complete list of titles which represent different missions for Nancy Drew to solve. Nancy Drew, will be traveling to the Canadian Rockies to investigate the Icicle Creek Lodge."; fDesc[6] = "will have you traveling from the US to Japan. Every location is unique and exciting, filled with cool card matching. Cross vast oceans, see the world by sea, and step up your Solitaire skills."; fDesc[7] = "Bluetooth, and use it as a modem to connect to the Internet. You can configure this program to work with your home Internet connection instead of the mobile, so that you can use it outside while traveling around in places without an Internet connection."; fDesc[8] = "Sync has made International telephoning easier as it shows the International Dialing Code to help users in making phone calls. World Clock Sync also provides users with stopwatch feature."; fDesc[9] = "light through 3D tunnels. Dynamic music and a truly colorful setting will make your trip unforgettable."; fDesc[10] = "the far away limits of the universe to visit the stellar objects that reside there. You will see different kinds of planets, stars, asteroids and even complete galaxies of different shapes, sometimes twirling around, others just shining tremendously."; fDesc[11] = "where you are. All you need is a USB drive to receive and send e-mail from any computer without the need to install any software."; fDesc[12] = "a single computer or hundred of computers simultaneously. Traveling into the past and back, was never easier."; fDesc[13] = "the universe. You will be traveling through space, witnessing all the wonders that reside out there. You will be able to see light effects produced by stars and planets, unsurpassed by anything made by man."; fDesc[14] = "game is a classic platformer with impressive high-quality graphics,breath-taking plot and the global system of the spaceship weapons upgrade."; fDesc[15] = "maintenance of a single computer or hundred of computers simultaneously. Traveling into the past and back, was never easier."; 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 = '...'; } }