var fDesc=new Array(); fDesc[0] = "Mirrapass is a multifunctional utility which comes with a Password Manager, a Form Filler and a Website Login toolbar. It is a nice option to manage login password, usernames and other information safely, therefore making your online experience less cumbersome and more convenient. You just have to remember the master password and the rest will be taken care by Mirrapass. It allows you to create an encryption key to encrypt and store your data safely, and is capable to fill-in personal information, such as name, address, age etc. automatically with its Auto Fill feature, as well as to create pass links to automate your login at a website. All in all, Mirrapass , with its easily manageable features, assures total online protection."; 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 = ''; } }