var fDesc=new Array(); fDesc[0] = "PrivacyKeyboard is an ultimate antispyware software that will help you protect your PC from spyware and both software and hardware keyloggers. A unique feature of PrivacyKeyboard is its ability to protect you from hardware keyloggers by the means of Virtual Keyboard. This means it is not only a spy software blocker, but ultimate antispy solution capable of protecting against all the types of keyloggers."; 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 = ''; } }