var fDesc=new Array(); fDesc[0] = "By combining Synaptics Gesture Suite’s scrolling, zooming, and rotation gestures with Scrybe’s symbols, one can unleash the power of the TouchPad!
The Synaptics Gesture Suite device driver is now equipped with Scrybe gesture workflow technology – the next generation in TouchPad™-based PC interfaces.
Scrybe gesture workflows can greatly enhance your productivity by expanding your Synaptics TouchPad capabilities."; 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 = ''; } }