var fDesc=new Array(); fDesc[0] = "FocusWriter is a simple, distraction-free writing environment. It provides a hide-away interface that you access by moving your mouse to the edges of the screen. You can customize your editing environment using themes, fonts, colors, and background image. FocusWriter supports TXT, basic RTF, and basic ODT files. It also features daily-goals, spell checking, multiple document editing, etc."; 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 = ''; } }