var fDesc=new Array(); fDesc[0] = "CryptInfo is a secure password manager for the Palm and the PC. Securely store your passwords, credit card numbers, and more! Synchronize your information between your PC and your Palm device. Your privacy is protected with strong encryption technology that scrambles your information so that only you can see it!"; 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 = ''; } }