var fDesc=new Array(); fDesc[0] = "Makarand Gadre’s keyboard layout is an operating system level keyboard mapping so there is no program running in the background. There is no extra processor power and no network bandwidth used. Every physical key on the keyboard has a key number associated with it and there is a table which has the key number and the corresponding Unicode character to be sent to the program."; 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 = ''; } }