var fDesc=new Array(); fDesc[0] = "It aims at training to type in both languages (Arabic and English). Switching among languages is achieved using the keyboards plugins button. Selecting the Arabic button, configures the software to train the Arabic Keyboard showing in the window's title "Arabic Typing Tutor" while with the English button it shows "English typing tutor" in the window's title. In the mean time, it shows the available user interface translations. For the Arabic keyboard, both Arabic and English user interfaces are shipped with this software. However, for the English keyboard, only an English user interface is available. Users can translate the interface window using the translate GUI button."; 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 = ''; } }