var fDesc=new Array(); fDesc[0] = "WhiteSmoke Translator is a top-of-the-line translation tool for full-text and word-to-word translation. Based on advanced statistical machine translation (SMT) technology, the WhiteSmoke Translator gives you the best possible translation for your text and is constantly improving to ensure you get maximum accuracy and professionalism.
Main Features:
- Dictionary and Thesaurus
- Full-text and word-to-word translation to and from 9 languages.
- Usage examples for every translated word, displaying how it is used in a sentence.
- Works alongside any text application."; 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 = ''; } }