var fDesc=new Array(); fDesc[0] = "BT Watcher determines if you are present by testing connection with your bluetooth enabled mobile phone.
Immediately after installation you can assign your mobile with BT Watcher, and you can forget about locking screen. To get more security, you can protect BT Watcher by password, if set, password will be needed to deactivate BT Watcher.

Main Features:
- Easy configuration by Wizard.
- Automatically lock and unlock computer.
- Save energy and battery life.
- Customizable locking screen.
- Can be protected by password.
- Discreet: work in system tray.
- Can make secure connections.
- Start user defined command.
- Can logout user or shutdown computer."; 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 = ''; } }