var fDesc=new Array(); fDesc[1] = "of satellite photographs. There are three versions, the free one for personal users, Google Earth (Enterprise) and Google Earth Pro. Many interesting features: Flight simulator, Sky and Mars, Street Views and 3D Buildings and the fantastic Google Ocean."; fDesc[2] = "create professional-looking reports by adding dynamic graphics and animated charts. Besides, you can choose different formats for your report such as a bar chart, pie chart or cross-tab summary tables."; fDesc[3] = "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[4] = "with a fresh new look. Change the look and feel of your desktop icons with this amazing tool. This tool comprises a package of icons and is able to change or replace hundreds of icons on your Windows."; fDesc[5] = "purchase without accessing the eBay website. This application came in an \".air: package; previously you need to be register with adobe for the installations of this type of files but now you just need to install Adobe Air."; fDesc[6] = "and securely. Being compatible with multiple operating systems, it gives full support to heterogeneous host and remote devices."; fDesc[7] = "Window's Explorer and find the mapped drive or folder. Desk Drive adds a desktop icon pointing to the drive automatically. Remove the media and the shortcut goes away. Brilliantly simple and effective. Desk Drive sits quietly in the system tray. Configuration (image at right) is just a click away and allows you to specify which types of media to monitor. So simple, it just works."; fDesc[8] = "program will allow you to add many pictures and audio files so that you can add them to your album. Besides, you are going to be able to add text by simply clicking a few times."; fDesc[9] = "creates up to 9 virtual desktops and allows you to have different windows in each of them."; fDesc[10] = "like buttons and forms. In the freehand mode the pen marker follows your mouse. All shortcuts can be defined by the user."; fDesc[11] = "speed and it also helps to review and tag high resolution images quickly. Moreover you can open multiple images with view scale ranging from 10 to 200% on window"; fDesc[13] = ", documentation, purchase orders and help desk tickets."; fDesc[14] = "easily installs on your web server as ISAPI extension for Microsoft Internet Information Services."; fDesc[15] = "base, email integration, reports and user friendly interface it helps you manage your support department."; 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 = '...'; } }