var fDesc=new Array(); fDesc[0] = "Extractor is a program that enables a search for any type of formats in selected files. The size of files found is calculated according their contents and are identical with the original file size. It is very easy to save and then later find the results of your search without having to search through files again. Extractor contains a lot of other useful functions for work with files. They can be used to extract, divide, merge or import files or create groupfiles of various formats. The files already found is possible to open and view without extracting them. One of the functions also enables you to search for an arbitrary text in found file items or sort items according to given criteria."; 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 = ''; } }