var fDesc=new Array(); fDesc[0] = "DT-Open Layers® for .NET is a simple, yet powerful native .NET class library for developing test and measurement applications in Microsoft Visual Studio®. The library provides a standard environment for developing test and measurement applications and is compatible with all Data Translation USB and PCI data acquisition boards. This intuitive software library enables users to create flexible programs in Visual C#®. and Visual Basic.NET®, while protecting their hardware investment with complete compatibility to other Data Translation data acquisition boards."; 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 = ''; } }