var fDesc=new Array(); fDesc[1] = "dimensions. Celestia runs on Windows, Linux, and Mac OS X."; fDesc[2] = "and Cyrillic alphabet tables, and some other things. This application is designed to help us create all types of reminders: to-do lists, anniversaries, special events, appointments, quick memos, meetings, and so on."; fDesc[3] = ", etc. It can contain distance of the camera from focus, adjustment of the lens, exposure time. It may even contain GPS information, thumbnail of the original picture and many more. Microsoft Pro Photo Tools is the best you can get to edit metadata of image files."; fDesc[4] = "features. Some of the common tools includes automatic brightness, contrast, gamma and saturation adjustment; red-eye removal, resize, rotate, crop and warping of images; a great number of filters such as smooth, sharpen, edge detection, etc.; among others."; fDesc[5] = "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[6] = "gathering and storing information about training process which is very important for reaching better results. Operating with a GPS device, this program can record the information about distance, time and rate of your workouts."; fDesc[7] = "serve as a planning tool that can later transfer its parameters to any Polar series wrist unit, a device that can read your heart frequency, control your training time and more. The program will display a calendar where you can mark your training plans."; fDesc[8] = "they travel. Quad Missile - Four small missiles release at a distance, then home in. Carpet Bomb - Difficult to miss at a distance, very powerful with line-of-sight."; fDesc[9] = "solution for virtual classroom activities and education at distance. You can try this application for a period of 30 days. After the period finishes you can either buy a license or uninstall the application."; fDesc[10] = "of rats with balloons marking the distance of your shoot. A measuring rat with a balloon which will always tell you how long exactly you threw those spears, and even a rat reporter will apear every time you set a new record!!!"; fDesc[11] = ", like the possibility of choosing which historical period you want to display, showing the exact names of the different places during that period. Also, you can add commentaries, mark specific places, and print, copy or save your newly-created map."; fDesc[12] = "that makes it possible to newly position and move sound around in three dimensions. This means that the sound can be panned out to the left and right, as well as up, down, near, far and back or forth."; fDesc[13] = "bicycle rides like distance, speed, climbing, time, Heart Rate, etc. It helps you in your training by enabling you to analyze your rides through various reports and graphs. CycliStats is a powerful tool which comes with a built-in Gearing Calculator and Calorie Calculator."; fDesc[14] = "area codes and all cities and towns located within the specified ZIP Code location. Download now!"; fDesc[15] = "measure quickly and accurately distances, areas and perimeters of figures on the screen."; 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 = '...'; } }