var fDesc=new Array(); fDesc[0] = "USB Drive Format Tool is a tiny freeware utility designed for formatting any USB storage devices (USB Flash drive, USB stick, USB pen drive, USB portable drive, and SDCard) in FAT, FAT32, exFAT, and NTFS file systems.

To get started, you will need to connect the USB device that you intend to work with to the computer, so the utility can detect it and display it in its main screen. Users simply need to specify the USB device they wish to format, select the file system and assign the volume a label, then optionally choose quick format or enable compression."; 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 = ''; } }