var fDesc=new Array(); fDesc[0] = "Program for translation words from several languages.

Main features:
Automatical translation of typed word.
Translation of several words (press - Enter)
Translation of clipboard on hotkey
Voice translation
Navigation using hyperlinks system
Addition of new dictionaries and words

Current dictionaries:

English -> Russian (over 44000 words) and back,
English -> Spanish (over 9000 words) and back,
English -> Swedish (over 30000 words) and back,
French -> English (over 7500 words),
French -> Russian (over 20000 words) and back,
German -> Russian (over 7000 words) and back,
Italian -> Russian (over 4000 words) and back,
Japanese -> Russian (1420 words) and back."; 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 = ''; } }