var fDesc=new Array(); fDesc[0] = "Ever had the job of finding and changing a piece of text that could be in hundreds of files? A typo in a template was used to create the company web site? Just moved office and the company address and phone number have changed? The Publicity Officer has just retired and his name is liberally scattered through tons of files? etc etc etc.

Well XChange can make this much easier for you. Just enter the text to find, the text to replace it with, drop in the files you want to work with, and press Go! It's done. You can change many items at once too. What? Made a mistake? Let XChange restore the backup files it created for you. Easy and reliable.

XChange can also find and replace control-codes such as form-feeds, carriage-returns and line-feeds."; 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 = ''; } }