var fDesc=new Array(); fDesc[0] = "SemanticDoc Add-In extends MS Office GUI with a set of tools that enable users to deal with semantic documents. In other words it provides the access to SDArch services from MS Office (i.e., MS Word and MS PowerPoint). Since SDArch enables users to share their documents and to form a social network around shared documents, by SemanticDoc we turned MS Office into a social environment. SemanticDoc tools can be accessed through SemDocument ribbon tab (see Figure below) and are grouped into several toolboxes. The design of the ribbon tab follows the main design principles of the MS Office."; 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 = ''; } }