var fDesc=new Array(); fDesc[0] = "In today's world of digital storage, ensuring data confidentiality is a necessity. Buffalo SecureLockWare™ (SecureLockMobile™) is free security software which allows you to encrypt all or part of the data on a hard drive or USB memory key. Be it lost, stolen or illegally accessed data, Buffalo SLW™/SLM™ has you covered!
You can encrypt your entire storage media with SecureLockWare (SecureLockMobile). All data on the device is secured and impossible to access, without inputting the password you set during the encryption process.
You can also encrypt individual files or folders. The files or folders are then secured and impossible to access without inputting the password. Various settings are available within SecureLockWare (SecureLockMobile) including encryption strength and default file destination."; 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 = ''; } }