var fDesc=new Array(); fDesc[0] = "USB­Spy is a program that lets you capture, display, record and analyze data that's transferred between any USB device connected to PC and applications. You have the ability to drill into the data, to get detailed information about the traffic and the protocol itself. USBSpy provides you with advanced features necessary to ease the development and testing of USB devices."; 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 = ''; } }