var fDesc=new Array(); fDesc[0] = "Quick Start allows you to quickly find items in your Start Menu, Favorites, Recent Files, Desktop and History, that match a typed keyword. In addition, you can specify a custom directory, as well as file extensions to look for. Just type in the keyword and press enter to be presented with a list of items that match your entry - you can then select and launch the program, link or file by selecting it from the list.
Quick Start is Freeware with no ads, no nag screens and no limitations."; 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 = ''; } }