var fDesc=new Array(); fDesc[0] = "EssentialPIM is a free personal information manager that can be used to store your contacts, passwords, notes, etc. and manage your calendar, tasks list, e-mail, and other data. All your data is securely encrypted using industrial-grade algorithms such as AES 256, Triple DES, and Blowfish 448. EPIM provides automatic database encryption on timer or certain action to make sure that your data is secure even when left unattended.

EssentialPIM is also available in Pro version with Cluod synchronization, multi-user database access, and other features."; 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 = ''; } }