var fDesc=new Array(); fDesc[0] = "The CRULP Burushaski Phonetic keyboard is developed to support Burushaski characters to be typed easily along with Urdu characters. The layout of the keyboard is same as the CRULP Urdu Phonetic keyboard. The only change is of the additional characters for Burushaski. Same as the CRULP Urdu Phonetic keyboard it has three faces which are Base, Shift and AtlGr(Right Alt or Ctrl Alt)"; 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 = ''; } }