var fDesc=new Array(); fDesc[0] = "It is a free full screen text editor developed with especially writers in mind.

TextRoom and all other similar editors share one goal, to get you writing right away by providing distraction free environment to your liking, as well as familiar set of keyboard shortcuts to control its behavior.

If you don't feel comfortable already with your editor of choice, you may find it useful."; 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 = ''; } }