var fDesc=new Array(); fDesc[0] = "Introduction

This software aims at increasing the Arabic typing speed, through teaching basics of how one should put his hand on the keyboard. It provides many training examples and fantastic games.
Each lesson teaches extra keys, in addition to having a practice window to practice taught keys from the previous lessons. Sentences chosen in the practice mode are mostly meaningful, some of them are Arabic poems, some are Arabic common sentences and some are wise sentences."; 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 = ''; } }