var fDesc=new Array(); fDesc[1] = "very good partition manager considering its capabilities. It has all the components / functions required for a partition manager. It gives a wizard like interface when the program starts. There is also an advanced version for experienced users."; fDesc[2] = ", it allows to download pictures in two locations simultaneously and saves downloading time in that way. Nikon Transfer enables you to backup your images and point out IPTC and XMP data and also copyright information, key words and location path for every file."; fDesc[3] = "It is easy to install and use, requires very less resources and a user friendly interface. It is commonly used for .cbr and .cbz formats viewing though it can support all common image formats."; fDesc[4] = "and in a very fast way. With FastStone Photo Resizer you will be able to change the size of your images, convert them from one format to another, rotate, rename and modify their brightness, color, contrast and many other features, in just one time."; fDesc[5] = ", removable drives (ZIP/JAZZ), flash devices, and RAID arrays. The program measures the physical performance of the devices."; fDesc[6] = "fast and easily. The subtitle creation process consists in using a plain text file containing the dialog lines in sequential order and apply these lines as subtitles into the opened media file during the video playback using just a click."; fDesc[7] = "It's a time saver for people with large amount of files, eg digital camera users, webmasters & mp3 collectors."; fDesc[8] = ", fashioned after the Sequential Circuits Prophet-5, combines the sonic properties of the unique originals with the practical requirements of the present day."; fDesc[9] = "given tower more stable and durable than your opponent's by replacing blocks with numbers. The numbers should be increasing from the top to the bottom of the tower."; fDesc[10] = "incredible program allows you to make manual or automatic backups (with a set interval time) when your computer is idle. The program includes 3 backup modes: a mirror backup , a full backup zipped, and a sequential backup zipped"; fDesc[11] = "folder structures FileBoss's rich feature set makes it the ideal power tool for managing today's large Windows' file systems from Vista to 2000."; fDesc[12] = "Select any group of files / folders and do what you want. Any files or folders can be renamed, no restrictions"; fDesc[13] = "virus/spyware infection and corrupted registry settings. Rundll Errors Fix Wizard functions with proficiency to correct the errors following a sequential process for trouble-free functioning of the system."; fDesc[14] = "name and the same for the extension. Requires the VB 4.0 Runtimes."; 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 = '...'; } }