var fDesc=new Array(); fDesc[0] = "Organice 2010 Explorer is the central application of the Cadac Organice suite of solutions for engineering document management, document control, and project collaboration that is entirely based on Microsoft SharePoint. Users can create, store, search, retrieve, view, check in, check out, edit and revise documents all from the user friendly and intuitive Cadac Organice Explorer interface, including Office documents, email and CAD drawings"; 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 = ''; } }