var fDesc=new Array(); fDesc[0] = "The iPort Utility Pack for Windows is your express lane to I2C Bus communications. This edition of the Utility Pack supports a variety of MCC I2C Bus host adapters, and includes the iPort Message Center and Message Manager software applications, device drivers, and documentation that will help you get started sending and receiving I2C Bus messages quickly and easily.

Main Features:
- Adds support for Windows 7 (x86/x64).
- Adds support for i2cStickTM I2C Bus Host Adapter.
- Includes Virtual Communications Port (VCP) Drivers."; 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 = ''; } }