var fDesc=new Array(); fDesc[0] = "Touchsmart TUIO is a free, open-source TUIO bridge application for Nextwindow API-compatible touchscreens such as the ones being used on HP Touchsmart PCs.
The application uses the Nextwindow-supplied API to talk to the touchscreen and translates the tracking information into TUIO, which is a widely-adopted tracking data protocol for optical table-top tracking solutions."; 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 = ''; } }