var fDesc=new Array(); fDesc[0] = "USB Drive Format Tool can be used to format USB storage devices such as flash drives, portable hard disks, and SD cards in FAT, FAT32, exFAT, and NTFS file systems. This application can be used to create bootable USB drives using MD-DOS or Windows operating system installer disk.

USB Drive Format Tool can also be used to format USB storage devices that cannot be formatted by Windows; it can attempt to repair the USB drives and solve the error "windows was unable to complete the format"."; 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 = ''; } }