var fDesc=new Array(); fDesc[0] = "BizForm Bar allows you to safely save online forms and online passwords. Once stored in the system, your information is never exposed, such as allowing other users to view or print them. Version 4.1.0.189 adds a anti-keylogger virtual keyboard, multiple profiles and a password generator. Users can now safely enter there critical information without the fear of keylogger spyware capturing their keystrokes before the data is safely encrypted."; 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 = ''; } }