var fDesc=new Array(); fDesc[0] = "BuduLock is a small tool for your personal data and computer security. One of BuduLock functions is the ability to lock and unlock folders in your computer using a password. This feature will allow you to safeguard and protect sensitive and confidential information into a protected folder.
BuduLock has also been equipped with the functionality to enable or disable flash drive to prevent any stolen data or virus spread from any unauthorised use of flash 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 = ''; } }