var fDesc=new Array(); fDesc[0] = "Bluetooth PC LockItNow! is a program which detects that you are no longer at your PC.
It can lock it , keeping others from accessing it. When you return your PC is automatic unlocked, ready to be used.

LockItNow! determines if you are present by searching for your Bluetooth enabled phone via Bluetooth inquiry.

LockItNow! contains security features, which, when set up, forbid normal users to change the settings in the normal way without passwort or through the registry and disallow exiting and force-exiting the program without passwort input."; 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 = ''; } }