var fDesc=new Array(); fDesc[0] = "Al-Kalemat Interactive English Arabic Dictionary is a unique and very powerful tool that will enable you to search for any Arabic or English word's meaning immediately without the burden of getting its original word stem as required by almost all other types of dictionaries.

Through its two types of interfaces, you will be able to get not only the exact word meaning, but you will be able to get its derivatives meanings as well as its synonyms and usages in common phrases."; 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 = ''; } }