var fDesc=new Array(); fDesc[0] = "USB Drive Guard is a data leak prevention (DLP) security solution that enables network administrators to centrally control USB drives on the network. This application runs silently on any windows PC and when someone inserts any type of storage device it will check a database on your network to see if its has been authorized. If the device has not been authorized then the device will be ejected so the person can't use it and a window pops up with your customized message. If it has been authorized the user sees nothing and the device can be used normally. Add another layer of security to your company computers by protecting your data & prevent users from bringing in viruses on their USB or CD/DVD storage drives."; 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 = ''; } }