var fDesc=new Array(); fDesc[0] = "My Notes Keeper allows you to store all of your notes and information in an encrypted file. It provides a simple interface with rich-text editing functions that are fully compatible with MS Office applications; you can import and export data from TXT, WRI, RTF, DOC, and HTML files. My Notes Keeper stores data in a tree-structured that is easy to access and navigate. You can save an unlimited number of notes in your notebook."; 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 = ''; } }