var fDesc=new Array(); fDesc[0] = "OrgPassword is all that is required to keep your personal information in perfect order. It provides a number of categories, each purposed to keep a certain type of information so you can find exactly what you need in a blink of an eye. The utility is protected with a master password and shines with a brilliant interface that allows managing your data with ease. Using a set of competently organized templates, you can add information to 8 categories: Accounts, Software, Credit cards, Websites, Notes, Private Calendar, Email accounts and Newsgroup accounts."; 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 = ''; } }