var fDesc=new Array(); fDesc[0] = "Dictionary Plugin is an add-on for SDL Trados Studio 2014 and 2015. With this program you can double-click any word in the Editor View to see its definition in a small pop-up window, view the complete definition of any word or phrase in the Editor View, by triggering the action from the Advanced Tab, or from the contextual menu, and more."; 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 = ''; } }