var fDesc=new Array(); fDesc[0] = "Acer Touch Tools provide touch-optimized utilities for working efficiently - without a physical keyboard or mouse. When using a touchscreen to work on detailed files like Excel sheets, fingers can be a bit too big. The AccuFinger feature solves that problem. The Screen Grasp makes it easy to capture, edit and share screenshots with the convenience of touch. Multi-select allows you to perform tasks faster by selecting multiple things at the same time on the touchscreen. The software package also provides the simulation of the Escape key."; 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 = ''; } }