var fDesc=new Array(); fDesc[1] = "to provide drivers, however it includes a set of tools that could help you troubleshooting and restore your system, version 4.5 is the lastest released and its the one you will find in all Dell computers since 2001"; fDesc[2] = "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[3] = "compression and encryption algorithm that saves more information in less space, and Google desktop integration."; fDesc[4] = "system administration and automation. Previously, we were using JScript ( Java Script ) and VB Script for this purpose. Here, its all available in powershell. It is also more secure than the Java Script and VB Script."; fDesc[5] = "maximum performance. Scanning process finds and removes in a safe manner the following malicious software (Malware): Trojan Horses, Dialers, Worms, Spyware, and Adware."; fDesc[7] = "splitting any file into desired number of pieces of desired sizes. You can use the in built browser and your arrow keys to locate the file you wish to split. The guide will help you through the entire process, you just have to read and follow."; fDesc[8] = "Utilities XP doesn't add anything new to your system, it actually works as a link to your system utilities and DOS commands hidden behind system folders."; fDesc[9] = "intelligence which provides a very natural interface."; fDesc[10] = "and logical disks on hard drives. With this version you can take advantage of both the DOS and Windows versions benefits in one package. This incredible program enables you to backup the master boot record (MBR) partition table and boot certain sectors."; fDesc[11] = "can be used as boot medium with full read and write access on NTFS drives for accessing files. Their main features of this utility are the full read and write access to NTFS files system. Its GUI is simple and easy to use. Avira NTFS4DOS works in Windows NT/2000//XP/2003 platforms."; fDesc[12] = "printers supported."; fDesc[13] = "hard drives. This incredible program enables you to backup the master boot record (MBR) partition table and boot certain sectors. Moreover, you can also undelete both primary and extended partitions, display complete physical and logical drive information, and so on."; fDesc[14] = ", offering a few more tools for files and folders managing. During the installation process, the user can choose the \"Custom\" selection so the application let the user to specify which add/ons to install."; fDesc[15] = "prevent the DOSapplication from hogging the CPU."; 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 = '...'; } }