var fDesc=new Array(); fDesc[1] = "Download Manager will let you have full control over your downloads, accelerating download speed to squeeze your bandwidth."; fDesc[2] = "is dynamic unlike other download managers. Other features include resume broken downloads due to broken network connections, error recover and site grabber for web-sites. Apart from the regular files that can be downloaded, IDM also supports embedded video files"; fDesc[3] = "installments, office functionalities without the need to load the whole operating system, Program 4.x series removed the preboot functionality for no documented reasons, focusing now on bringing the best experience within Windows, MediaDirect 4 now supports Bluray!"; fDesc[4] = "easily. You just only have to select the image file (you can select more than one image pressing ctrl or shift key), write the resolution in pixels or percent and press the button Ok. That's all. This cool application will resize your images fast and easy."; fDesc[5] = "pages and images faster than ever before! You can get broadband speeds from your dialup modem, reduce data charges and usage."; fDesc[6] = "as many audio files as you wish in MP3, WAV or WMA, arrange them in any order you like, add fade-ins and fade-outs, change their volume and pitch… and make your own original mixes with just a few clicks!"; fDesc[7] = "off for fun with Airport Mania! Land planes, unload, and return to the skies in 8 amusing airports. Avoid delays, keep your planes in good repair, and get to the gate on time to keep things running smoothly."; fDesc[8] = "of course you can enable or disable any program to run at startup or not. But you can also add new programs to run at startup. It gives you the full capability to edit any listed program."; fDesc[9] = "many dance games and all games can be played using PC keyboard, dance pad or hand sensors. You need to load songs to play this game. These songs can be down load from its website. StepMania works on Windows 98/ME/2000/XP, Linux and OS X platforms."; fDesc[10] = "assist you in the transcription of audio recordings. The program is installed on the typist's computer and can be controlled using a transcription foot pedal or a keyboard ."; fDesc[11] = "folders and files, Rename files in recursive subdirectories, Shell Integration (right click on a folder in the explorer to start Lupas Rename on these folder) , Instant Preview (Optional) , Undo the last rename operation,"; fDesc[12] = "shows, by default, digital numbers reflecting the free available memory, and the CPU load through a bar. By pressing the right button of the mouse over the system tray icon, you will open the contextual menu."; fDesc[13] = "intranet applications with web interfaces. This incredible application includes a set of features to test web sites with dynamic content and secure HTTPS pages, and also provides informative test results through descriptive graphs and reports."; fDesc[14] = "movie / Macromedia files (SWF). This easy program succeeds in retaining the user in the website as the time taken for loading is substantial and possesses the capability to distract the user to move on to the next site..."; 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 = '...'; } }