var fDesc=new Array(); fDesc[0] = "By default, the signotec Signature-Pad Alpha comes pre-configured for the use via the WinUSB port connected to a computer. There are two different operating modes when connected via USB: WinUSB and HID. Without WinUSB, the device works in the slower HID-mode. You must install the WinUSB driver for fast data transmission."; 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 = ''; } }