var fDesc=new Array(); fDesc[0] = "With DictionaryBlend you can download subtitles for your favorite movie which are available in multiple languages. It makes it easy to read foreign texts without using Internet dictionaries and translation services. Thanks to the Idiomatic Dictionaries included in the program, you can find a sentence as idiom in either idiomcenter or Wikidioms. You can get:
* Dictionary articles (Google, TheFreeDictionary, Babylon, Multitran, Lingvo and etc.)
* Translation services (Google, Yahoo, Promt, Microsoft)
* Listen of words
* Wiki articles
* Text analysis (Idiom service)"; 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 = ''; } }