var fDesc=new Array(); fDesc[0] = "The MountFocus Runtime Keyboard is a companion to the MountFocus Keyboard Designer, the ultimate tool for creating virtual keyboards on the Windows platform. Keyboards created using the MountFocus Keyboard Designer can be used with any Windows application in a touch-screen or normal environment. That makes it perfect for situations where a physical keyboard is either not available or not desired."; 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 = ''; } }