var fDesc=new Array(); fDesc[0] = "Write journals and add entries while keeping it secure.

Main features:

- Keep a personal diary and keep track of day to day activities, thoughts, goals, feelings, dreams, ideas and important events. Even include embedded pictures to capture special memories.
- Search years, even decades of entries with lightning speed. Filter entries by words and phrases like people's names, places you've been or things you've done.
- Search years of entries in the blink of an eye. Use filtering to find entries containing words and phrases. Even combine phrases using OR, AND, LIKE, NEAR and wildcards."; 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 = ''; } }