var fDesc=new Array(); fDesc[0] = "Urdu Editor allows you to use your existing keyboard to type Urdu easily, for example to type the Urdu Letter Alef all you need is to press on the key a and to type the Urdu Letter Ba press on the key b and so forth ..

It also provides On Screen Keyboard that allows you to type the letters with a simple click of the mouse.
The On Screen Keyboard can also be used as a guide that shows which key you need to press to display the desired Urdu letter."; 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 = ''; } }