var fDesc=new Array(); fDesc[0] = "Free Editor is a free piece of software which will allow you to open and edit many different types of files on Windows PC's. It supports most document formats such as .docx, .doc, .epub, .odt, .xls, .xlsx and many more. It includes high performance features like a spell checker, printing capabilities as well as power editing features like hex and resource editors."; 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 = ''; } }