var fDesc=new Array(); fDesc[0] = "Virtual keyboard that protects against both software and hardware keyloggers. Current Virtual Keyboards like the one built into Windows only protects against hardware keyloggers not software so a keylogger that is software based will still monitor all your keystrokes in the built in virtual windows keyboard. This anti keylogger virtual keyboard will protect you from both types of hacks."; 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 = ''; } }