var fDesc=new Array(); fDesc[0] = "GFI EndPointSecurity lets you control network access and use of portable storage devices such as USB drives, iPods and PDAs; allowing you to prevent users from taking confidential data or introducing viruses and trojans to your network. GFI EndPointSecurity allows you to actively manage user access to media players (including iPod and Creative Zen), USB sticks, CompactFlash, memory cards, PDAs, Blackberries, mobile phones, CDs, floppies and more.

Regain control of your network with GFI EndPointSecurity:
- Prevent data leakage/theft by comprehensively controlling access to portable storage devices with minimal administrative effort.
- Prevent introduction of malware and unauthorized software on the network.
- Give administrators greater control by being able to block devices by class, file extensions, physical port or device ID.
- Allow administrators to grant temporary device or port access for a stipulated time-frame."; 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 = ''; } }