var fDesc=new Array(); fDesc[0] = "Aurora Password Manager is a full-featured solution for storing website and e-mail access passwords, credit card numbers and other sensitive data. Multi-user and privilege management support makes it an ideal solution for both corporate and individual users. A built-in advanced password generator helps you to create 100% secure passwords, and the Internet Explorer toolbar plug-in provides automatic web-form filling functionality."; 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 = ''; } }