var fDesc=new Array(); fDesc[0] = "Memo Book can store text documents including attachments within a flexible tree structure in a single file. It is ideal for writing eBooks, creating documentations, and collecting & sharing information. Documents from the tree structure can be exported to a new Memo Book-file, to a CHM-file or to a PDF-file, which then contains the selected document structure. If encryption is activated, all documents and attached files are permanently encrypted and decrypted on the fly as required."; 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 = ''; } }