var fDesc=new Array(); fDesc[0] = "ConstEdit is a word processor designed for ease of use. The editing functions are sensibly arranged across the toolbars and the right-click menu, making them directly and quickly accessible. The sizes of the toolbar items auto-adjust to always fit the window width so that you can find the same item at exactly the same location, irrespective of the app window size."; 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 = ''; } }