var fDesc=new Array(); fDesc[0] = "MindFusion Virtual keyboard is the perfect software emulator of a physical keyboard identical to those used by mobile devices. The control exposes a rich set of customization options, which let you build the keyboard that fits perfectly in any POS UI application rendered on a touchscreen. The built-in extended and standard layout modes are easy to toggle and provide your WPF software with even more flexibility. The popup regime allows space conservation - you can show the keyboard only when needed."; 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 = ''; } }