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.
With over 15 years of continuous users, satisfaction since its first version launch in 1995, Al-Kalemat Interactive English Arabic Dictionary current version (Version 11) comes with many enhancements and new features. And it is now 100% compliant with all Microsoft windows versions starting with Windows XP to Windows 7.

Al-Kalemat (meaning “the words”) enables its users to immediately get the Arabic meaning of an English word and vice versa. Through its robust and well tested morphological engine originally launched in 1991, it automatically isolates any prefix or suffix that may be attached to certain word and get its stem. It then gives you not only the word meaning, but it enables you to navigate through all this word derivatives and synonyms as well as all the common usages of this word in compound 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 = ''; } }