var fDesc=new Array(); fDesc[0] = "Maple Professional provides hierarchical trees for storing documents, notes, links, contacts, passwords, and photos. Its word processor allows for full rich-text editing of documents. You can import and export a wide range of document formats, including DOCX, HTML, and PDF. You can also add links to nodes, documents, folders, programs, websites, e-mails, and Skype contacts. Your whole tree could be exported in HTML format for uploading it on websites."; 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 = ''; } }