var fDesc=new Array(); fDesc[1] = "interface and a ton of features tightly integrated into its context menu, it flies miles over the other multimedia players."; fDesc[2] = "away, as if you were sitting in front of it. You can hear alert sounds, use your files, print remotely, transfer and synchronize files, link local drives to connected PCs and more."; fDesc[3] = "will need to connect to WhatPulse website, that will keep track of your keystrokes. You will have to setup an account (absolutely free) in order to use this program. After that, the client will be able to connect with the website."; fDesc[4] = "scrolls, the distance in miles or kilometers, etc. It can be very helpful for those of us interested in or suffering from musculoskeletal disorders caused by repetitive movements. it can prevent repetitive strain injuries providing important information on keyboard and mouse usage by our kids."; fDesc[5] = "units of measurement from one into another in a glimpse of an eye. This efficient conversion tool supports a lot of units of measurement, such as time, area, length, volume, power units, bits, bytes, megabytes, celsius, feet, gallons, miles, litres, seconds, weight, time zones and more."; fDesc[6] = "Canada, and also for the cab managing and scheduling teams. This piece of software provides a quick summary of whatever a particular driver has done in the shift till that point of time and what more can be done in the rest of the duration."; fDesc[7] = "Simulator 2004 and 2002, that presents them with over 30,000 miles of scenery that covers San Francisco, Sacramento, Monterey, Santa Cruz, Diablo Ranges, Mount Diablo, the Montara Mountains, the San Andreas Fault,"; fDesc[8] = "with detailed aerial photo scenery views from above Washington D.C. and Baltimore, and all the surrounding areas, and which provides them with a realistic virtual flying experience that photo realistic visuals of all of the 22,000 square miles"; fDesc[9] = "streaming, environmental reverb, multistage DSP filtering and multichannel mixing. Miles Sound Tools includes all the components of the Miles Sound System: Miles Sound Studio, Miles Sound Player and MIDIEcho."; fDesc[10] = "program allows you to set goals and then register the actual training, so that you can compare both records later on. It produces several graphical reports and supports Timex Data Recorder devices."; fDesc[11] = "single-user application and won’t run over networks. It keeps track of information about vehicles' use and service. This information includes: mileage, repairs and services, spare parts utilized, costs involved, fuel consumption, and other data."; fDesc[12] = "Just Flight - 757 Professional 1.0. This is the add-on for the Just Flight professional range package. The 757 has the capability to fly from a hundred to around four thousand miles. The package comes with its variations of the 757 the -200 and the -300."; fDesc[14] = "Gas Price Calculator will give you the answer."; fDesc[15] = ", kilometers, meters, yards, feet, pounds, kilograms, fluid ounces, ounces, grams, tons, quart, gallon, liter."; 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 = '...'; } }