var fDesc=new Array(); fDesc[0] = "Keep a journal on your computer!

Whatever your journaling or writing needs, The Journal gives you unmatched convenience, flexibility, and security.
The Journal is always available when you need it, and lets you make entries with text, images, and just about anything else. Plus, The Journal's optional password-protection and encryption ensure that your secrets remain secret."; 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 = ''; } }