var fDesc=new Array(); fDesc[0] = "Zentimo makes it easy to manage your USB and eSATA devices. It solves various problems related to external drives in Windows. Using this tool, you can easily stop a device, view processes that are using the device, and reconnect a stopped device. If any Windows process is locking the device, you can use the Forced Stop option to securely disconnect the USB device.

Zentimo allows ejecting of memory cards rather than the card reader. It also turns-off the external drives automatically when you stop them, to save power and prevent damage to disks."; 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 = ''; } }