var fDesc=new Array(); fDesc[0] = "SyncManager is a Software-as-a-Service (SaaS) solution designed to manage master data within and between enterprises. SyncManager forms a central repository for storing this master data and provides powerful functionality such as automatically validating data quality against industry standards, sharing data electronically with those who need it and keeping master data synchronized between different systems.

As well as providing generic master data management functionality, SyncManager is specifically designed to function as an out-of-box Product Information Management (PIM) system. A PIM system is conceptually similar to, say, a CRM system, except that a PIM is used to master product data whereas a CRM system is concerned with customer-related data."; 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 = ''; } }