var fDesc=new Array(); fDesc[0] = "InScript (Indian Script) is a touch-typing keyboard layout scheme for inputting Indic text on computer. Baishakhi Inscript maintains the layout with the additional feature of using the J and NJ keys for ZWJ and ZWNJ respectively, in order to make it UNICODE 5.0 compatible.
The Inscript layout contains characters required for all the Indian scripts, as defined by the ISCII character set. The Indian script alphabet has a logical structure, derived from
the phonetic properties. The Inscript layout mirrors this logical structure.
The layout is divided into two parts: the vowel pad on the left hand side, and the consonant pad on the right hand side."; 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 = ''; } }