var fDesc=new Array(); fDesc[0] = "Fujitsu Touch Panel and accessories offer you premium quality solutions through industry-standard 4-, 5-wire, 7-wire, and multi-input designs.
Touch panel integration tips for successful home environment product design.A touch input HMI (Human-Machine Interface) is a user-friendly way to accomplish this, and a Resistive-type touch panel is the most common solution."; 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 = ''; } }