var fDesc=new Array(); fDesc[0] = "Easily convert your Verbatim Hard Drive from FAT32 to NTFS without deleting any data stored on the hard drive.
Easily re-format your Verbatim Hard Drive from FAT32 to NTFS or from NTFS to FAT32.
Formatting will normally erase all data stored on the hard drive.
The Verbatim Hard Drive formatting software functions via the USB port on a PC running Windows operating system. Designed to only function with Verbatim external hard drives."; 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 = ''; } }