var fDesc=new Array(); fDesc[0] = "Attunity Connect ADO.NET Providers enable out-of-the-box, real-time, standard, and seamless connectivity to a wide range of relational and non-relational data sources on platforms ranging from Windows to Mainframes, making the deployment of new projects, integration of existing systems and other projects extremely fast, highly performant and very cost effective. The Attunity Connect ADO.NET Providers make enterprise data sources seamlessly accessible for applications written in Visual Basic, ASP.NET, or C#, and support common reporting, business intelligence, and data integration tools running on Windows, from Microsoft or other vendors."; 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 = ''; } }