var fDesc=new Array(); fDesc[0] = "1480A USB Protocol Analyzer is capable of capturing and decoding real-time LS, FS and HS USB Transactions as well as OTG SRP, OTG HNP and OTG VBus events. This app allows you to capture many hundreds of MB of data (only limited to the size of RAM in your analysis PC)."; 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 = ''; } }