var fDesc=new Array(); fDesc[0] = "NoteCase Pro is an app that allows you to capture, organize, protect, access, and recycle your information. You can attach files or record audio directly into document notes. You can also share your documents between multiple machines you own using an SSL encrypted private cloud."; 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 = ''; } }