var fDesc=new Array(); fDesc[0] = "Paragon ExtFS for Windows allows you to work with a Linux native file system using Windows. Just plug your hard disk with ExtFS partitions into your PC and instantly read and modify any media on the Linux partitions.

Checks Ext partitions integrity and fixes errors, creates and displays a status report, formats Ext partitions to Ext2/Ext3/Ext4 filesystem. Paragon ExtFS for Windows can quiсkly mount even large (> 2TB) volumes.

The driver now works much faster even in case the Linux volume is short of free space. It also shows a doubled transfer speed of a large amount of smaller files and increased rate of random read/write operations."; 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 = ''; } }