var fDesc=new Array(); fDesc[0] = "QuickBooks to CRM is a data synchronization solution for the users of the Intuit QuickBooks and Microsoft Dynamics CRM in such a way that a seamless dialogue can be carried out between the two service oriented systems. This product can be identified by its adaptability and ability to establish a 360 degree view of customer interactions, sales opportunities and buying patterns to help the sales force cultivate more profitable relationships with their customers at the same time optimizing the efficiency and productivity of the internal functioning of the sales and the accounting teams of any single organization at the same time. Syspro QB2CRM streamlines not only how the sales team communicates with clients but also proves to be an effective mediator between the sales and the accounting structure of any organization."; 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 = ''; } }