var fDesc=new Array(); fDesc[0] = "TransType2 is a tool that observes a translator as he or she types, tries to predict what will be typed next, and displays its predictions to the use. The main objectives of TransType2 are two-fold: to provide a framework in which leading-edge research can be conducted in the area of data driven methods in natural language processing and, more specifically, translation; to provide a practical application for that research which will help solve a pressing social problem: how to meet the ever-growing demand for high-quality translation."; 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 = ''; } }