var fDesc=new Array(); fDesc[0] = "010 Editor is a professional text and hex editing program with Binary Templates technology support. This application allows you to edit text files, XML, HTML, Unicode and UTF-8 files, C/C source code, investigate and modify memory from processes, find and fix programs with hard drives, memory keys, flash drives, CD-ROMs, and more."; 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 = ''; } }