var fDesc=new Array(); fDesc[0] = "This simple program allows the end users to configure touch products from Habilience. This neat little application will provide ease of use through features and functions like Action Profiling, Calibration, Settings and Remote Assistance.

The settings software T3kCfg is for both T3000 and T3100. The sensors on either the T3000 or the T3100 will be called “T3k Touch Sensor” going forward."; 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 = ''; } }