var fDesc=new Array(); fDesc[0] = "Free­Bee Find And Replace is a free text search and replace tool. It will help you if all you want is quickly find and replace text across multiple files. FreeBee Find And Replace will searches text-based files (ANSI, Unicode, UTF-8) for the specified text string and perform replacement with another string."; 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 = ''; } }