var fDesc=new Array(); fDesc[0] = "English & Armenian Dictionary is a unique dictionary with 70,000 words which help everyone including: teachers, students, researchers and also translators. This program 2-way dictionary, English-Armenian and Armenian-English.

It helps you to type Armenian words into interface without need of any other programs. It changes into small size,being able to help you to use it anywhere on your desktop and near your other programs."; 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 = ''; } }