var fDesc=new Array(); fDesc[0] = "Touch+ provides a driver and configuration program for serial applications (a serial interface is available in the 2403 Touch Panel Overlay and certain specialised products). The touch screen communicates directly with the computer’s operating system via the USB interface, just like a USB mouse. However, an optional USB Configuration program that allows you to change various default settings is available in the Touch+ software suite."; 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 = ''; } }