var fDesc=new Array(); fDesc[0] = "Simply Text is a fully functional, straightforward text editor for Windows. Designed for anyone, from the casual user up to and including the professional developer, Simply Text provides a feature-rich experience without any clutter. The editing interface provides an open file toolbar switching between multiple files. A document overview display makes scrolling simple, especially when using a touch interface. Snapping support allows editing documents side-by-side other Windows apps. With certain languages in Simply Text, autocompletion support greatly improves productivity by providing sensible suggestions to the user without becoming overly distracting. The home screen always provides a list of recently edited files to quickly open a work-in-progress."; 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 = ''; } }