var fDesc=new Array(); fDesc[0] = "The Sticky Password program recognizes your password-protected sites and logs you in automatically. The program fills in tedious online forms quickly and accurately. Sticky Password integrates with your browser and applications so your passwords and data are always ready when you need them. With this program there are no more lost or forgotten passwords, Sticky Password gets them right the first time and even logs you in automatically."; 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 = ''; } }