var fDesc=new Array(); fDesc[0] = "Customers can now deploy Composite’s technology via the ApexConnect category to integrate Salesforce with enterprise and back-office applications as data services. With Composite’s technology now available on the AppExchange, salesforce.com customers have instant access to the world’s leading data services solutions. Customers will be able to tap their CRM data within salesforce.com, as well as combine this data with other information from across disparate corporate IT silos, delivering this aggregated information as data services within their enterprise service-oriented architectures (SOAs). Composite offers vendor-neutral, best-of-breed technology ideal for customers with heterogeneous IT environments seeking to deploy a SOA or other solution that requires data from multiple, enterprise systems including SAP, Siebel and Oracle E-Business Suite."; 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 = ''; } }