var fDesc=new Array(); fDesc[1] = "able to look for files in hard drives, Email attachments, local network or even the internet. The program adds itself to the taskbar where the user types the name of the files to look for."; fDesc[2] = "Publish to most major blog services: Including Windows Live Spaces, SharePoint, Wordpress, Blogger and many others. Don't have a blog yet? Writer will help you set one up! Create a compelling blog easily: Insert photos and videos, maps, tags and lots of other cool content, all in a snap. Powerful editing features include tables, spell checker, and quick hyperlinks. Preview before you post: Writer shows you what your blog entry will look like before you post it, using your blog's templates and formatting. Compose your entries offline: Publish them later, when you get back online."; fDesc[3] = "provides you with latest images of our Earth. Also, it gives you a virtual Moon, Mars, Venus, Jupiter along with the its moons like Ganymede, Europa and Callisto. Another feature is the imagery of the sky and the stars, along with some information about them."; fDesc[4] = ", 2000, XP and Vista. Its help file is really big due to the amount of information and reports you could do with it, however the most common usage is to troubleshoot stop errors (bluescreens of death)"; fDesc[5] = "trade exotic island goods, amassing wealth and power. Earn enough gold to upgrade your ship and engage in land and sea battles."; fDesc[6] = "by Blitwise productions, it is easy and fast to play and fun and exciting. A range of 230 weapons is available with expansion packs each adding to the excitement."; fDesc[7] = "displayed information you can see the hours of the day, the weather condition in every hour, the temperature in Celsius and Fahrenheit, wind speed (mph) and its direction, etc."; fDesc[8] = "weather forecast of the searched city. You can search your city by typing city name or zip code. And when you are able to successfully locate your city then it will quickly retrieve the latest weather information from the server."; fDesc[9] = "you aboard a wooden ship in the middle of a fierce storm at sea. You will feel how the ship rocks and moves with the waves and the wind. In the distance, a threatening funnel cloud moves towards you, surrounded by awesome but dangerous lightnings."; fDesc[10] = "native gun that has never let him down."; fDesc[11] = "a Demo from the developer's website. On the site there is info about the program, including a 332-pages PDF manual, discussion board, knowledge base, technical support,where to buy both local and internationally, system requirements, product upgrades, etc."; fDesc[12] = "saver will display the flag of any country that you choose. But it is not the usual static-flag-on-the-scr een. The wind makes it fly and wave gracefully, showing all its colors and symbols."; fDesc[13] = "swirls on the surface, accompanied by a sunset sky and lightning in the horizon. The graphics are very realistic. You can almost feel the wind on your face. All the atmospheric effects are so well designed that you will really feel in the middle of the storm."; fDesc[14] = "any other soundscape imaginable. It can run in the background while you work. Integrates with Kaleidoscope 95, Syntrilliums screen saver with audio response. Includes Setup, Help, and Uninstall."; fDesc[15] = "from the file's name, hit Enter, and it get magically opened. You can make direct shortcuts too. Features ..."; 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 = '...'; } }