var fDesc=new Array(); fDesc[0] = "The Win-I2CUSB Lite software is designed to operate with the specific devices and device addresses on the I²C Demonstration Board 2005-1 and subsequently issued daughter cards. The software has easy-to-use menus to let you select the device you want to control at bus frequencies up to 400 kHz. Via the Options menu, it is possible to control the I²C frequency and the switched 3.3- and 5.0-V power supplies."; 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 = ''; } }