var fDesc=new Array(); fDesc[0] = "Port Locker software helps the user to increase the level of the data security. This software help to prevent the data to be transferred from one system to any other with the help of any external device like: USB drive, IEEE 1394, DVD/CD Writers, Printer, PCMCIA Ports, Ethernet Ports and Bluetooth port. Port locker software provides two way help to you system and your business because USB drives, IEEE 1394, DVD/CD Writers, Printer, PCMCIA Ports, Ethernet Ports and Bluetooth port are not only use to transfer the data from one system to other but also it can transfer the malicious software codes onto your network.
Port Locker software helps you to shield you data from unwanted access. This software helps you to lock or unlock single or multiple ports with password authentication. This software provide you option to lock the port with different lock types as permanent, specific time duration and when the computer remains idle or untouched. This software sends an alert message when unauthorized action is performed against the lock ports. This software helps you to get the log file of all the action performed on the ports.

Features:

- Block ports like USB drive, IEEE 1394, DVD/CD writers, Printer, PCMCIA, Ethernet, Printer, Infrared and Bluetooth to prevent unauthorized access.
- Block ports when PC is idle.
- Block ports in scheduled duration.
- Options to open single or multiple ports with authorized password when it is permanently locked.
- Generates alert if any one try to use the locked port.
- Provide Port Reports, complete log related to all Permanent Blocked, Schedule Blocked or Un-Blocked Ports.
- Users may view report for the desired port for particular information type in the selected date range.
- Robust feature of E-mail Filtering, which filters and blocks Emails which are being sent from MS Outlook client.
- White listing the authorized USB device by using unique hardware ID of the device."; 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 = ''; } }