var fDesc=new Array(); fDesc[0] = "Hardware Developers: Insert your USB/PCI/ISA PnP device and perform various operations from GUI interface: read USB descriptors, perform USB pipes operations, read PCI registers, handle interruptions, control Parallel and Serial Ports. Software Developers: Create your own applications based on our classes and PnP USB/PCI/ISA drivers and distribute these applications without having to pay royalties."; 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 = ''; } }