var fDesc=new Array(); fDesc[0] = "This is an dictionary with over 70,000 words with full Italian and Armenian translation which help everyone who is interested in Italian and Armenian words and also will be useful for teachers, students, researchers and also translators. It is able to change into small size 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 = ''; } }