var fDesc=new Array(); fDesc[0] = "MessagEase is a complete keyboard working with any application and providing all functions provided by a regular keyboard. And it does all that using a s very small screen area!
With it you can enter: All letters and digits, All special characters, All Alt and Ctrl Combinations, All accented characters, All cursor navigation commands, Editing commands (Cut, Paste, Copy, etc.) All function keys (F1-F12) Start, Menu, Home, End, and Insert keys."; 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 = ''; } }