var fDesc=new Array(); fDesc[0] = "Daily Journal is a handy application that enables you to lock your account with a password, preventing others from accessing your private data. You can use it to write your memories, as well as save important appointments. The main window includes a calendar that can be used to navigate between entries, and the built-in search function can make this task even easier."; 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 = ''; } }