var fDesc=new Array(); fDesc[0] = "Lock the keyboard and mouse to stop those wandering little fingers.

Can be set to autolock after a period of inactivity - stops little fingers once you have left the PC.Can block out windows control keys - switch out of the current application (provided the app is running fullscreen such as a game).Can slow down the mouse, stop autorepeat - assists young ones just getting used to a mouse and keyboard."; 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 = ''; } }