var fDesc=new Array(); fDesc[0] = "STELLA is a windows based multilingual dictionary, with simultaneous translation capability to and from English, French, German, Spanish, Italian, Lithuanian and Russian. You only need to type in the word in one of the available languages, to view translation to all seven languages simultaneously! Experience the whole new level of comfort with Stella dictionary understanding and talking to people while you are on business or leisure travel. Enjoy it learning a foreign language, chatting to your foreign friend and any time else when you need to use foreign language."; 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 = ''; } }