var fDesc=new Array(); fDesc[0] = "TexRep 2.0 is absolutely free software with easy-to-use interface that was developed for search and replacement of text fragments in different files. It supports a wide range of file formats, like txt, html, php, asp and many more. There are two tabs in program’s main window. They are called “Select files” and “Scan folder(s)”. “Select files” tab can be used for search and replacement of text fragments in particular files. You can select one or several files here. The second tab “Scan folder(s)” allows you avoiding selecting files manually. You can just select necessary folder and scan it for files using special filters, like file extension, date it was created and its’ size. The text fragment will be replaced in all found files. TexRep 2.0 also allows you to make backup copies of files you want to change. It protects you from losing important data. The program includes all detailed instructions for using it, so you won’t have problems with it. The application will be a very useful tool for users who need fast and effective editing of many files."; 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 = ''; } }