var fDesc=new Array(); fDesc[0] = "A note-taking app and organizer that helps you manage all your information in one place. Super-documents for establishing a convenient working environment with any type of content, embeds, and files. Scan the desired documents, add to-do lists, and structure your life properly with the unlimited number of workspaces. Access your files and documents on any device - even offline"; 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 = ''; } }