var fDesc=new Array(); fDesc[1] = "such as audio, video, images, program, documents, and other files, with users all over the world. LimeWire has been recently updated and now it features a smarter colorful interface."; fDesc[2] = "occurred. -The source or destination file may be in use. -The file is presently being used by another program or user."; fDesc[3] = "means. This software will organize all the pictures on the computer and mobile phone (cellular) for viewing, editing, sharing and search purposes. You can move pictures from and to PC and mobile phone (both ways) and make changes to the images that will be kept in a safe place."; fDesc[4] = "hosted on your computer (while it is online) from work, another computer, a TV with WII, XBox or PS3 or your mobile phone."; fDesc[5] = "will also get Super Fast Reboot, and in less than a second your computer it is going to be in the rebooting process. But don’t expect this utility to save your files for you, it will only work as it is programmed, to shut it down!"; fDesc[6] = "between your iPod/iPhone and your computer. This incredible application helps you transfer iPod/iPhone music,video,photos,iPo d podcast and TV programs to your local disk , and vice versa."; fDesc[7] = "we can use this program for parental control. It offers several protection methods that we can activate, deactivate, or change at any time."; fDesc[8] = "a DVD, and convert them to a format readable for a computer or VCD. The program has a very simple interface. All you have to do is to specify the folder where are the VOB sets you want to convert, and the folder where you want to save the converted .MPG files."; fDesc[9] = "on your computer so that they can be watched on a Wii gaming console. The Wii has a limited playback functionality, and thus, the need for a file converter becomes paramount."; fDesc[10] = "the process continues. This way all your files can be copied in one go, and you dont have to worry about the copy process being interrupted."; fDesc[11] = "computer and extract the icons and cursors stored in EXE, DLL, OCX, CPL, among others. The program has the ability to save the extracted icons to ICO files (or CUR files for cursors), or copy the image of a single icon into the clipboard for editing."; fDesc[12] = "on you computer and erase it completely. This incredible program intended for probing the confidential information stored on your computer for its vulnerability to unauthorized access by hackers."; fDesc[13] = "hard drive and USB storage media in order to protect your computer privacy. This incredible program completely wipes files and unused disk space using various disk erasing algorithms ensuring total unrecoverable elimination of files and folders."; fDesc[14] = "don’t have an influence on any applications and just take your hard disk space. That’s why it is important to search and delete them. Alternate Directory 3.0 is very simple application for performing these actions. You can select one or several drives or even a certain folder for scanning."; fDesc[15] = "your computer considerably and take valuable disk space. The application includes a set of privacy and system tools, all very easy-to-use. In the System tools tab you will find a powerful disk cleaner, which scans your entire or a part of your system and shows all the amount of junk files."; 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 = '...'; } }