var fDesc=new Array(); fDesc[1] = "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 ."; fDesc[3] = ", address lists, dates or bookmarks! Additional you have a very fast power search and can set up Alarms!"; fDesc[5] = "contain all the features a person should need. CB includes TAPI telephone dialing, shell link email/URL browsing, complete name, company and address fields, 6 phone fields, 2 email and 2 URL fields, notes, minimize totray support, comma/tab seperated value import and export, searching and sorting on any field, window andcolumn size saving, and quickfind addressing along witha wealth of other features."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }