var fDesc=new Array(); fDesc[0] = "2Tware Mount Disk Image 2012 (2Tware Virtual Disk)allows you to mount local disk image files (bit-for-bit copies of a disk partition) in windows with a physical disk. You can then analyze the disk image file with winhex by using the mounted physical disk. if the image files are mounted as read only ,the original image files are not altered.

2Tware Mount Disk Image also supports the creation of physical disks, create non-512 bytes per sector of the disk, including 512,1024,2048,4k sector, and can specify any number of heads, number of tracks,2Tware Mount Disk Image can create all kinds of disk environment to help you research a large disk partition,fat file system,ntfs file system,disk format is different from the ordinary disk."; 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 = ''; } }