var fDesc=new Array(); fDesc[0] = "Papel is the great new free-form tool for creative writers. It runs on the Windows platform, and allows you to write intuitively without logical tasks interfering with the flow of your ideas. An impressed Papel user says, "When it comes right down to it, there’s nothing better than a piece of paper. Papel is an exception. We tested Papel recently and found it to be a delightful experience."; 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 = ''; } }