var fDesc=new Array(); fDesc[0] = "FileSeek is a simple program for finding files in your computer using simple queries or regular expressions. It uses multithreading technology to improve the speed of its searches. With no background search indexing, FileSeek does not affect the performance of your computer, when not running. You can save the search results in different formats, or perform common tasks such as copying, deleting, and dragging into other applications."; 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 = ''; } }