var fDesc=new Array(); fDesc[0] = "The Windows AMPDIO Drivers are Windows software drivers that support a range of Amplicon digital and analogue data acquisition cards. They consist of kernel level drivers, a comprehensive application level Windows Dynamic link library (DLL) interface and example software. The software can handle most analogue and digital signal types.

The drivers support the following functional categories:

- Digital I/O
- Counter Timer Functions
- Analogue Input
- Analogue output

The drivers are fully compatible with Windows NT 4.0, Windows 2000, Windows XP, Windows Vista, Windows 7, Windows Server 2003, Windows Server 2008, Windows 95, Windows 98 and Windows ME. Version 5.00 onwards also includes support for the x64 editions of Windows XP, Windows Vista, Windows 7, Windows Server 2003 and Windows Server 2008.

When a large-scale system is required, multiple boards can be added without conflict. The capacity of the PC mounted hardware can be extended by external expansion panels to provide a comprehensive system with low cost per channel and maintained high performance."; 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 = ''; } }