var fDesc=new Array(); fDesc[0] = "The USBXpress development kit provides a complete host and device software solution for interfacing CP210x USB to UART bridge and C8051F32x/34x/38x and C8051T62x.T32x USB microcontroller devices to the Universal Serial Bus (USB). Silicon Labs makes USB easy: no USB protocol or host device driver expertise required."; 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 = ''; } }