var fDesc=new Array(); fDesc[0] = "My Address Book makes it easy to keep a simple address book in The Journal. The Journal includes an American English spell checker dictionary. 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 = ''; } }