var fDesc=new Array(); fDesc[0] = "ID Devices Lock ensures your data safety by preventing it from being stolen from your personal files or folders.

-Prevents information loss due to USB devices that can be plugged into your computer. ID Devices Lock denies access to all plug-in devices that can carry and transmit information and data away from your PC.

-Denies copying access to all USB devices, blocking CDs from being encrypted with information found on your computer, as well as Floppy disks from being written with your personal data.

-Protects your computer against any outside threats or any hack attacks, working as a Windows Service at Local System level allowing the program to effectively run even on computers with no privileges."; 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 = ''; } }