var fDesc=new Array(); fDesc[1] = "applications and standards-based Web sites Designing Web pages in conditions equivalent to a real browser, without losing direct access to the code, thanks to the new Vista feature live Dreamweaver CS4."; fDesc[2] = "description, images, prices, condition, etc. to eBay. Search engines for finding specific items. No HTML knowledge, lists edition for adding items, reusing the lists, change the list format or get templates, add pictures, payment conditions, shipping, taxes, and upload them at once."; fDesc[3] = "pilot into the open. This great application will let you to fly under complex and real meteorological conditions, and face all difficulties that a real pilot has to manage when is flying a real plane."; fDesc[4] = "information from WeatherBug weather stations, or as reported by NWS. It retrieves the current conditions, hourly forecast, daily forecast, severe weather alerts from NWS (only in the US), and weather maps for thousands of cities world-wide."; fDesc[5] = "excellent defrag tool, but it also has other additional features that will help you keep your hard disks in optimal conditions."; fDesc[6] = "seated in your system tray. If you want to get the latest weather conditions, local time, temperature or time in a different place of the world, all you’ll need to do is to take a look at the bottom-right corner of your screen"; fDesc[7] = "usual XP menu, adding some features. You will see the user´s name on the top of the menu, the day, location, weather conditions (temperature, humidity, winds). On the right you will see the calendar of the current month, with the current day highlighted in white."; fDesc[8] = "information from The Weather Channel site. The program lets you watch satellite images and video from around the globe, share images with your friends and family, or simply stay updated on current and expected weather conditions."; fDesc[9] = "desktop and in your system tray. It connects to weather.com servers to fetch the data. It is fully skinnable, extensible via plugins, and multilanguage. Requires .NET framework 2.0."; fDesc[10] = "Windows style interface is customizable allowing you to change the skin to any color variation you prefer. The window of the interface displays like a web page with six selective buttons on the left."; fDesc[11] = "forecast, listen to hourly temperatures from your favorite vacation spot, or hear conditions where your distant loved ones are."; fDesc[12] = "conditions are very common, such as taking photographs in dark places without being able to use flash or maybe taking photographs of people with the sun in the back."; fDesc[13] = "will provide you with up-to-date information about the weather conditions in any city you want. It connects to several of the best weather report stations in the world to provide you with accurate information."; fDesc[14] = "planar and axis symmetric domains. It utilizes finite element analysis for the solution of problems. The problems are analyzed in a preprocessor stage where must be drawn the problem geometry, must be defined the materials and boundary conditions. The postprocessor is used to view solutions."; fDesc[15] = "users of Microsoft’s Flight Simulator 9. The enhancements contained in ActiveSky provide real-time weather condition transitions and lifelike depiction."; 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 = '...'; } }