var fDesc=new Array(); fDesc[0] = "If you have a group of document files (word processor documents, html documents, or any ASCII text based documents), replacing a specific part of these documents can be a very tedious task. Opening, editing, and closing your documents one-by-one is not an option, since it waste your valuable time. Now, you can use Quick Search and Replace to automate it, just search the documents, type the replacing text, click replace and done. Quick Search and Replace fully supports any ASCII text based documents, compatible with Windows XP and Vista, also can be used and distributed for free."; 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 = ''; } }