var fDesc=new Array(); fDesc[0] = "Speed Search is an utility application facilitating the management and the modification of files. It includes useful and easy to use functions which will make you save time in the tasks of comparison, research and replacement in files. Search for files : Quickly find the location of your files on your hard disks. Search/Replace/Insert in files : This function allows to find a word or a text in the contents of your files (texts, e-mails, mp3, etc.).It also allows to automate the repetitive tasks of replacement and insertion of text in several files. You can easily define complex filters on the files extensions and define numerous criteria (date of modification, size, etc.) to refine the results of your researches. Compare directories : Speed Search also allows you to compare the contents of two directories, to display the files which are identical, different, or only present in one of both directories. Compare files : Compare and find the differences between two files character by character or byte by byte. This function is very useful to compare two different versions of a file."; 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 = ''; } }