var fDesc=new Array(); fDesc[0] = "HDD Password Tool is an easy to use utility that allows you to protect your data from unauthorized access by setting up a unique password. The program provides only the lock and unlock features and each time you connect your HDD to any PC it will automatically prompt you for the password.

CAUTION:
If you forget your password, you will not be able to access the data
on this drive."; 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 = ''; } }