var fDesc=new Array(); fDesc[1] = "(CD, Blu-Ray Disc, DVD or HD DVD). Among its principal features, you can find an audio converter, a \"Mixed Disc\" option, that lets you create CDs combining different types of files, and many disc utilities."; fDesc[2] = "interface. The free trial version allows the backup and restore features, but requires a license for the update feature."; fDesc[3] = "transfer them to your phone and its photo mode tab lets you to copy photos, video files between your pc and phone allowing you to search,preview and transfer to your phone."; fDesc[4] = "numerous registry errors, and thus can be dangerous for recognizing just unusual system information as error and deleting it (causing real system errors). Allows to make backups of registry states before cleaning."; fDesc[5] = "GoldWave, a very advanced program that will help you perform from simple to complex audio projects. With this application you will be able to play, edit, mix, restore and apply many audio effects to your files that will let you get professional results."; fDesc[6] = "This application will scan any hard drive and determine if the drive is functioning well or not. Seatools for Windows is a really easy to use, yet extremely powerful and precise diagnostic tool."; fDesc[7] = "share your home movies on your computer. With this tool it is easier; to make changes in your movie by editing some shots, drag and drop certain clips in your movie."; fDesc[8] = "supports many compression formats (more than 20 compressed archive formats), and it shows all the compressed archive information. For compressed files, it offers the possibility of extracting one by one or all the files to a given folder, reload the list, etc."; fDesc[9] = "advantage of this shell integration is that not only web or software developers can use it but all the people can use it, like translators, doc writers,..."; fDesc[10] = "backup application on the market. Not that I use a lot of them, but I have used quite a few, and this is the best so far. Drive Backup 9 allows you to backup your computer drives and create image files that you can later on recover your system from."; fDesc[11] = "cleaner can be that solution and the best part is: you don't have to extra pay for it. As you might guess from its name, this tool is free of charge"; fDesc[12] = "Recycle Bin, the command line window (DOS) or a network share; they can be recovered along with the original folder name and dates even if overwritten by new data."; fDesc[13] = "not that perfect however highly useful for people who would like to change their operating system look from time to time"; fDesc[14] = "surface, all files and partitions are eliminated, and it defines or re-creates the tracks and sectors on the disk. Then, it is possible to fix or repair a damaged disk."; fDesc[15] = "the same day every single morning. Everything looks the same, feels the same, and works the same. There is no way you can change anything, and that, I guess, is a good thing."; fDesc[16] = "It includes all the necessary tools like Tab Symbols, Musical Symbols, Rhythm Slashes, chord names and many more for making it easy to create and edit music files."; fDesc[17] = "audio, text, insert both visual and audio effects, and finally export sequences in almost any format. Its choice of built-in tools will allow you to edit your pictures, your audio clips, your video sequences, and create new ones!"; fDesc[18] = "functionality. To begin, it does without the annoying issue of having to click inside the virtual machine to gain operation of it and to have to release the cursor by hitting alt + ctrl on your keyboard."; fDesc[19] = "not know the correct solution if there is an accidental or deliberate loss of vital data, but you can always secure your vital information, data, disks and drives by making virtual backup images of them with this tool."; fDesc[20] = "computer, network or external drive. Second Backup tool allows to set various profiles which would copy files based on the parameters set."; 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 = '...'; } }