var fDesc=new Array(); fDesc[0] = "It is designed to search forms/files/contacts/messages/discussions in Groove accounts. It gives you results which are directly linked to the tools in Groove.The results are displayed in the form of tree which can then be opened up for details.
Other significant features are:
1. Multiple search.
2. Categorized results.
3. Snapshot of all the search results, accross workspaces.
4. Browsing results when search is in progress.
5. easily terminate search, if needed.
6. Search discussions/forms/files/contacts/messages.
7. Search filters to get the precise data.
8. Cache previous search.
9. Link back search results to Groove by double clicking on the search results.
10. Directly open files from search results, edit and save. Get to know where file is saved in workspace.
11. Export data to excel or print results.
12. User friendly UI.
13. Auto login to account, if user has not logged in.
14. Its free."; 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 = ''; } }