var fDesc=new Array(); fDesc[0] = "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, with The Journal's password-protection and encryption you can rest assured 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 = ''; } }