var fDesc=new Array(); fDesc[0] = "RQ Search and Replace is easy to use find and replace tool (free for single files operations) This tool is used to search and replace multiple text fragments in multiple files by "one click". RQ Search and Replace supports plain text files, MS Word documents, RTF, HTML documents. There are special ability for HTML documents - search and replace in specifical tags only, or replace text only etc."; 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 = ''; } }