var fDesc=new Array(); fDesc[0] = "MiniTool Partition Wizard Home Edition is the pioneer of free partition software. Unlike other free partition manager, MiniTool offers more powerful free functions on disk partition management to optimize your disk usage, and protect your data.

Resize and Move Partition Free
Extend or Shrink partition size with the free and safe wizard, which breaks the limitation of the build-in disk management on partition resizing.

Convert Disk Partition Table Free
Free to convert disk type between MBR and GPT without data loss to support 3TB hard disk.

Change File System Free
Free to convert FAT/FAT32 to NTFS without disk command.
Free to convert NTFS to FAT 32 without reformatting.

Recover Partition and Rebuilt MBR Free
Free to recover lost or deleted partition, rebuilt your MBR table free.

Align Partition Free
Free to align partition so as to optimize SSD I/O performance.

Free Basic Disk Partition Management
Free to do some basic disk partition management, such as create partition, delete partition, wipe partition, copy partition, clone disk and etc."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }