var fDesc=new Array(); fDesc[0] = "Clear and structured Server systems lower the IT costs of your company, and are indispensable when running data rescue operations or repairing systems. The O&O PartitionManager core functions enable you to split your hard disks into partitions and to change their size.

The integrated technologies, O&O SafeErase and O&O Defrag, increase overall security and maximize your Server performance. The unique Start CD based on Windows PE is also included, and has access to additional system rescue tools.

Main features:
-Create, delete, extend, and shrink partitions
-Supports all disks types, also MBR, dynamical, and GPT disks
-Convert logical and primary partitions
-Processing stripe sets, mirrored volumes and RAID 5 Volumes
-Secure deletion of sensitive files (O&O SafeErase)
-Optimized to shrink drives (O&O Defrag)
-Enhanced usability
-Start CD based on Windows, including system rescue tools
-Supports the Windows file systems FAT, FAT32 and NTFS
-Detailed display of disk and volume properties
-Display of S.M.A.R.T. data of disks with information on surface errors."; 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 = ''; } }