var fDesc=new Array(); fDesc[0] = "With KnowledgeWorkshop you can save lots of time by having all your project information (web page references, documents, spreadsheets, presentations, e-mails, tasks etc.) in one place ⇒ greater productivity and efficiency.


Main features:

- Cross-reference related information, enabling you to navigate a network of associated items.
- Quickly retrive information by keyword or text search.
- Keep a copy of those web pages that may disappear in the future.
- Not interesed in saving the whole web page? Take a clipping of what you want, and have an automatic citation added to let you know where it came from.
- Overcome the limitations of large and unwieldy favorites/bookmarks lists.
- Highlight interesting text on web pages so that it stands out next time to browse to it.
- If you use or are thinking of using the "Getting Things Done" (GTD) life organizing methodology,
- KnowledgeWorkshop has built-in support for managing tasks and reminders to make this easy. more.
- Share your information with friends & colleagues.
- Publish your information as HTML files to a folder or web server."; 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 = ''; } }