var fDesc=new Array(); fDesc[0] = "Lexilogos arabic the virtual arabic keyboard endowed with transliteration to write arabic, using your Azerty or Querty Keyboard. Lexilogos arabic the virtual arabic keyboard to write arabic easily, search on the internet and translate from arabic to other langages. This Windows freeware transforms the characters of your Querty keyboard to their equivalent in arabic language. For example 'b' will be transformed into '?', 't' into '?' and so on. This virtual arabic keyboard is very simple to use and the transliteration is very powerful and very natural. It is a portable application we can use to write arabic texts. The keyboard can also be used as a search engine on Google, Youtube and Facebook. A good application for users who have not a real keyboard with arabic keys."; 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 = ''; } }