var fDesc=new Array(); fDesc[0] = "KnowledgeTree Office Add-in is a desktop tool for Microsoft Office 2007 that allows KnowledgeTree users to view and work with their organization's KnowledgeTree content from within Microsoft Office 2007 applications (Word, PowerPoint, and Excel).

KnowledgeTree Office Add-in provides an alternative, client-side interface to KnowledgeTree from within Microsoft Office 2007 applications. This client tool displays as a side panel within the Microsoft Office 2007 interface, and provides a view of your organization's Microsoft Office 2007 content that is stored in and managed through KnowledgeTree's web-based document management system."; 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 = ''; } }