var fDesc=new Array(); fDesc[0] = "QuickFind is a software designed for fastest file and application access. You just type a word or phrase related to the file name or application name and
Quickfind shows all the related files to that name or word. Just double click the desired file and Quickfind will launch it immediately. Quickfind also enables the user to open web addresses added to the favorites.

Key Features:
Quickfind offers hotkey access which can be configured in the file menu.
Quickfind enables the user to find files with one click.
Quickfind uses different colors for representing different file type for user's convenience.Like,blue for application files(.EXE),green for ext files(.TXT),red for manuals (.PDF).
Through the colors can be customized.
Quickfind provides easy access to web addresses ,audio and video files as well. Just add the files to it's category in the favorite menu.
Quickfind also helps the user to find dead links to the files like ,any shortcut who's destination is changed or simply target missing file. User can modify the shortcuts then or remove from computer.
Quickfind offers two languages interface ,English and Deutsch.Language can be selected in the file-language menu."; 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 = ''; } }