var fDesc=new Array(); fDesc[0] = "GT4T Suite has Machine Translate (Google and Bing) and Dictionary (Google Dictionary, Microsoft Terminology) features and it works in all applications. The philosophy of GT4T is to provide useful features without making things more complex. The earliest users will find the new version works the same way with the 1st version: just select any text anywhere and hit a hot key, magic!
Warning: do not use GT4T as a mindless machine translation tool. Use it to save key stroke, get translation options for phrases, and keep consistency"; 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 = ''; } }