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] = "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[3] = "disk. Supporting various operating systems it allows you to install multiple operating systems on a single PC according to your needs and multiple operating systems on a single partition."; fDesc[4] = "the way you need it easily. The user interface is very simple and straightforward. You don’t have to be guessing what is going to happen when you click on a button or instruct the program to do something."; fDesc[5] = "resize, move, create, delete, format and check partitions. The main difference with the Home edition is that creates bootable CD/DVD to manage partitions easier and faster. This version works on Windows 2000/XP/Vista 32 and 64 bit and Linux platforms."; fDesc[6] = "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[7] = "archive file or create an exact image of partitions on your hard disk for easy hard disk upgrade or complete/partial system recovery."; fDesc[8] = "accidentally deleted from hard disks and memory cards. This incredible application can recover files damaged by virus attacks, power failures and software faults or files from deleted and formatted partitions"; fDesc[9] = "intuitive interface it can create new partitions, delete them, merge two or more units in a single one, clone partitions, record the data from one partition to a CD or DVD and much more."; fDesc[10] = "and damaged partitions, files from formatted disks and deleted emails. The recovery can be performed over hard disks, RAID systems and flash memory cards."; fDesc[11] = "deploy a new hard disk on your PC or laptop. This incredible application automatically migrates all your data, programs, operating systems, settings, and everything else in a few minutes."; fDesc[12] = "Director Server, users can recover accidentally lost/deleted partitions. It also allows hard disk editing at sector levels and enables users to extract information that was removed/lost by accident or virus attacks, or due to hardware/software failures."; fDesc[13] = "and FAT file systems. When you run Find and Mount 2.3, it will show you the hard drives it detected on your system."; fDesc[14] = "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[15] = "your existing hard drive: create, delete, format and change attributes. This is a simple free tool so there is no option for merging and splitting partitions."; 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 = '...'; } }