var fDesc=new Array(); fDesc[1] = "kind of tasks had to be done using DOS applications that required a great deal of know-how. Now, thanks to Partition Magic, users can create, delete, copy, merge, split, and format partitions and discs, and change their file systems."; fDesc[2] = "downloads from a remote PC if the connection was broken during the copy process (especially useful for Wi-Fi)."; fDesc[3] = "features offered by this software are great due to high performance engines that ensure a clean-up of all non-compatible files in a go!. A backup registry also can be generated to ensure maximum security and performance for your PC."; fDesc[4] = "single-layered recordable media, its high-quality compression engine will give you the best results even when high compression rates are needed. Besides, DVD Shrink allows you to select only those sections you want to back up, thus lowering the compression rate."; fDesc[5] = ", re-encode, and convert the video of your damaged, scratched, and defective DVD discs. You can convert your unplayable DVDs into formats that you can enjoy in your iPod, iPhone, PSP, XBox 360, or Zune, or in almost any mobile phone."; fDesc[6] = "troubleshoot the electrical circuits. So if you are an electrical field student, professional electrical engineer or if you just want to learn about electrical circuits and troubleshooting techniques as a hobbyist then this training software is for you."; fDesc[7] = "bad media spots and other non-critica l hardware faults that may cause other data recovery utilities to hang."; fDesc[8] = "file recovery, re-formatted drive recovery, Formatted partition recovery from IDE / AT, SATA, SCSI and USB Drives"; fDesc[9] = "scanning SharpANA Engine ensures a multithread functioning by detection of any irregularities both at the registry and file level. As a result, the system runs any necessary repairs and once the entire registry is cleaned, any blanks will be compacted for greater efficiency."; fDesc[10] = "two modems or a single modem, independent of your ISP. ModemTest logs any data corruption and incorporates a modem speed test."; fDesc[11] = "publisher Special Operations Software claims that this tool works well on Windows XP/2000 and 2003 platforms. Also, the Publisher is a Microsoft Gold Partner."; fDesc[12] = "the original file, and even edit the HTML code before saving the converted text. The program also allows you to easily copy all the HTML code into other applications via your clipboard."; fDesc[13] = "interface, together with the different viewing options it offers, make XML writing and editing an easy and rewarding task. It allows you to validate your XML files and corresponding DTDs, create your own DTDs, and even write your own plug-ins."; fDesc[14] = "classic electric pianos from the seventies. Just to name a few, we can include the Fender Rhodes, the Wurlitzer EP and the Yamaha DX7 FM. MrRay VST Electric Piano is based on what is called “Physical Modeling”."; fDesc[15] = "drivers left behind by faulty uninstallations. Some Uninstall entries delete only the main components of the program, leaving empty folders and unused files that end up clogging up your operating system. Includes two modes, Easy and Expert, with a new suite of powerful tools."; 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 = '...'; } }