var fDesc=new Array(); fDesc[0] = "Secudrive Device Control regulates the access of various ports such as Wi-Fi, USB, and Bluetooth, as well as pre-designated portable and storage devices. It monitors and controls all external storage devices that are connected to your PC, preventing data breach.

For advanced features such as compulsory VPN connection, USB temporary use request/approval, keyword surveillance, etc., you can purchase the Enterprise variant of Device Control."; 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 = ''; } }