var fDesc=new Array(); fDesc[0] = "USBXpress development kit provides a complete host and device solution for interfacing CP210x USB to UART bridge, C8051F32x/34x/38x and C8051T62x/T32x USB microcontroller devices to the Universal Serial Bus (USB). It contains a library support for Keil, Raisonance and SDCC build tools."; 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 = ''; } }