var fDesc=new Array(); fDesc[0] = "This software offers a solution to users who want to find and replace data in multiple XML files automatically. The user can add files, entire folders of files or load files from a file containing a list of files to be processed. The user can enter single or multiple sets of characters both for the search string and the replace string. Sets can also be loaded from a file. There options to find and replace: in tags and data, in data only or in tags only. Using this time saving software, specified strings can be found and replaced in a very large number of files with just one click."; 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 = ''; } }