var fDesc=new Array(); fDesc[0] = "The Chabad Management System (CMS) is the first database software for Chabad Centers. Used by over 700 Shluchim worldwide, it has fast become the standard system that Shluchim use to manage their Mosdos. CMS has a full range of features your organization will need, all integrated in a simple user interface. The system is constantly updated with new features based on Shluchim feedback and suggestions and integrates with many of the Office programs, leveraging the tools you are familiar with and saving you countless hours."; 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 = ''; } }