var fDesc=new Array(); fDesc[0] = "Personal information manager (PIM) that combines a notebook, an address book, and organizer into a single interface.

You can manage your daily notes, create a database of personal and professional contacts, organize your time and much more.

Info Angel supports rich text and images, so you can add pictures to your entries and also customize the text formatting. Additional features include password protection, backup 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 = ''; } }