var fDesc=new Array(); fDesc[0] = "Posiflex Touch is an application that allows you to configure the supported devices.

In addition to some system provided property pages for mice function setting, there are some other property pages in this property sheet for PosiflexTouch touchscreen controller specific configuration setting. If user got the driver files(.inf, .sys) from Microsoft® via Internet, user can do configuration and calibration for the devices with this property pages. If user got the complete software driver installation package to install the software, PosiflexTouch also provides another software utilities for advanced setting for some advanced application."; 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 = ''; } }