var fDesc=new Array(); fDesc[0] = "KEY Safeguard is a resident software that allows you to protect your typed passwords, credit card numbers and private info, hiding them to any keystroke logging software. It protects info through the insertion of a random sequence of characters into every keystroke so as to hide sensitive data and prevents to steal passwords. Also has a shield against desktop screenshots and don't allows data theft from the clipboard! KEY Safeguard is a resident software and has been developed to protects against known and unknown keyloggers in a transparent mode for the user. Supports all major browsers and protects the online banking, internet shopping, social networks, webmail, etc."; 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 = ''; } }