var fDesc=new Array(); fDesc[1] = "for access points, locate their position on a radar analyze the power of each item located, displaying their IDs and connect, an automatic mode."; fDesc[2] = "rest then as an icon in your system tray, showing you the temperature in the chosen location. If you double click over that icon, you can access some more weather information through several pages."; fDesc[3] = "alerts and forecasts. You can choose Forecast, and access the weather information for the oncoming days. You can also view Radar & Maps, Severe Weather Warnings, Live Traffic Cams, Weather News, Outdoor Health, Weather Fun, Photos and Videos."; fDesc[4] = "conflict that seems to come out of a news tv show rather than a book, despite having the script made by Dale Brown, an American famous writer and columnist who gives his imagination to the development of this game."; fDesc[5] = "between the rebellions and the empire, which is based on the Star Wars: Return of the Jedi film. Players should fight against TIE Fighters, Star Destroyers, TIE Interceptors, and finally, Executor – a Super Star Destroyer"; fDesc[6] = "combination of lethal and grace. Aerosoft brings the flying experience to you with close to reality effects in this FSX. Fly the A, AM and C models with engines from General Electric and Pratt & Whitney."; fDesc[7] = "formidable air combat fighter aircraft. Players will find themselves in a highly detailed simulation of the MiG-29 Fulcrum 1.0 cockpit which features meticulous glass reflections and realistic dials and radar screen."; fDesc[8] = "designed software for Toshiba products is easy to handle, even for those who are not techies. Also, it allows the advanced configuration of many settings of the network and communication devices with ease and comfort."; fDesc[9] = "forecast, radar, maps and more! Comes with a FREE customizable Crawler Toolbar that has terrific plugins."; fDesc[10] = "professionals, satellite communication users, astronomers, UFO hobbyist and astrologers. The program shows the positions of satellites at any moment (in real or simulated time)."; fDesc[11] = "fly the latest and faster airship the T-77 in order to fight and collect your objective. The game is simple to use and will guide you step by step during the game thanks to the cursors, radar, and other features that will appear when you need them."; fDesc[12] = "first time ever were nuclear bombs available for you to use in a video game. That was what sold the game back then. Fear, I would say. The game features one of the most advanced aircraft ever created, the F-22."; fDesc[13] = "for more than 50,000 locations worldwide. WeatherMate offers you a simple and very easy to use interface with multiple customization options. You can use the metric or the English units and switch between them in no more than two clicks."; fDesc[14] = "strategic alliances and battle for control of the planets across the solar system. Their main objective is that the Alliance doesn't fall under the control of the Coalition. The game can be played single or multiple players. Futuristic spacecrafts and missiles can be chosen."; fDesc[15] = "Photo Slideshow Screensaver is a new version of Photo Slideshow Screensaver developed by Photo-Screensavers.com . This application will display all your image files when your computer has not been working for a while. The program will automatically pass one image after another with nice effects."; fDesc[16] = "aircraft flying around your area? Imagine the thrill of organizing all those airplanes down to safety while avoiding mid-air collisions and flight delays? Then the Radar Screensaver is for you!"; fDesc[17] = "of Luke, in the driving seat, to destroy a death star with 30 rebel ships in the Battle of Yavin, which is based on the Star Wars film."; fDesc[18] = "& predictor tool, plus personal scan zone and a distance measuring tool. Email, pager/cell phone alert"; fDesc[19] = "intuitive interface for weather buffs, stargazers and other interested users. The application includes many attractive features like all the local NEXRAD Radars such as Alaska, Hawaii, Puerto Rico, Guam, United States National Radar and Seven Overlays."; fDesc[20] = "SMTP, POP3, FTP, TCP. It can log the server performance, generate real-time reports, and notify you upon detection of problem or error."; 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 = '...'; } }