var fDesc=new Array(); fDesc[0] = "Password Organizer Advantage is a flexible password management software for Windows users. Our software solution gives you an easy way to gather and organize information about all your passwords, access codes, important numbers, login names, ids, account numbers. For the database novice, Organizer's intuitive interface and ready-to-use password management solutions make it easy to set up and use. For the power user, Organizer affords the simplicity of wizards that make it easy to set up and use password management solutions that you create. You can access and view your password data in virtually any way. Report Wizard let you create password reports, password lists, summaries. Web forms feature allows you to define auto fill forms. Other features: print report wizard, print label wizard, print customized documents, send email, database backup, password protection, sort, filter, export/import, summary/graphs, network, copy/paste record, record entry templates, copy/move record(s) to another database, and more."; 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 = ''; } }