var fDesc=new Array(); fDesc[0] = "Searching the content or files on internet or on our own computer is our requirement and also our trend of present time. In fact we can not think or live without a search engine whether it is online or offline. You know about some state of the art online search engines like Google and Yahoo but now we are talking about an offline search engine “Find File Professional”. It is not just a simple files finder like others. It can also search files in zipped files or even search any content within the file of any format. It is an offline search engine, so there is no doubt that it will support wildcard search. You can check it out. If you have no idea of the name of the file you want to search then don’t worry, because it not only supports searching by name but also you can search the files by the file creation date. So this great utility can make your life easier and of course it will save your precious time. By using this utility you can also change the time stamp like file creation date, last access date and modification date of any file. File attribute modification is also possible here. Find File professional also come with some other exciting features like Open with Editor, Copy To, Move To, Rename, Delete, Copy full path, Start Console, Split file, Encrypt file etc."; 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 = ''; } }