var fDesc=new Array(); fDesc[0] = "Scripts of the World helps you write in any language or script on your computer.
This widget will allow you to choose keyboards from around the world, and type in exactly those characters and symbols you want. You can type by choosing the buttons with the mouse, or by mapping the characters to keys on your keyboard.

You can change any keyboard to your liking, and create new ones if you have special requirements."; 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 = ''; } }