var fDesc=new Array(); fDesc[0] = "Automation Studio is a multi-user environment. This allows you to perform collaborative work on a project through data sharing and synchronization between different users. Moreover, thanks to the Access Rights Manager, you can set access restrictions in reading, publishing, etc. Thus, you can safely share your projects, be it with customers, suppliers, and of course your colleagues."; 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 = ''; } }