var fDesc=new Array(); fDesc[1] = "music and video libraries, a manager of photographs, software for presentations of photos and videos plus an editor and covers. All these tools can be ruled out at the facility where the only thing that interests us is the writer Nero 9."; fDesc[2] = ", ALZip is free, it handles over 30 compression formats, including ISO, plus it is twice as fast extracting files as WinZip. Among other useful features, the program also includes a password recovery tool."; fDesc[3] = "simple way. It includes all the common tools including Hue/Sat/Luma, Cloning, Sharpening, etc. and plenty professional tools like Barrel-Pincushion, Chromatic Aberration, Perspective Correction, to name but a few."; fDesc[4] = "their original name and size. Besides, you can also split files in as many smaller pieces as you need, and recover the original file just by double-clicking in the .001 file. Restore your split files even if 001 File Joiner & Splitter Pro is not installed in your system!"; fDesc[5] = "*.001,*.002, etc."; fDesc[6] = "Besides, this easy-to-use tool is also a powerful splitter that will cut your large files into smaller ones to fit into any of the most popular storage media. This free tool comes with a clear and well-structured interface."; fDesc[7] = "installed, this tool associates itself automatically with .001 files, allowing you to double-click in any of these to start the joining process. Speed and efficiency are its main assets, recovering large files in just a few seconds."; fDesc[8] = "possible score. The game is played in turns, and each turn player has three dice throws available."; fDesc[13] = "Extracted audio can be compressed and saved in ogg vorbis, mp3 and wav files. Extracted files can be automatically placed in separate folders for each CD: e.g. C:\CD-001\, C:\CD-002\ etc. Files can automatically be named in the standard format: 'Artist name - song name'. Audio tracks can be previewed with a build-in CD player."; fDesc[14] = "files as needed, either by stating the size of each of the split files or the total number of files you want. You can also decide on how the original file will be reassembled at the other end – automatically, or by using a batch or a header file."; fDesc[15] = "have the first part that has the extension of \"001\" in order to play the other downloaded parts. Its helpful in making a sample of the video before downloading it entirely"; 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 = '...'; } }