var fDesc=new Array(); fDesc[0] = "USB Touchscreen Software provides adjustment and configuration with E/E2/IX Series Infrared Touch Screens. The main window shows the basic information of the touch screen and the calibration. If several touch screens are mounted on the PC and the system is set to 'multi-screens display', then all the touch screens will be shown in the Touch Screen list. Before calibrate each touch screen, you need to set the corresponding relationships between the monitors and the touch screens."; 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 = ''; } }