var fDesc=new Array(); fDesc[0] = "The Across Language Server is the central platform for all corporate language resources and translation processes.

It includes a translation memory and a terminology system, as well as efficient tools for project and workflow management.

From external language service providers on through to foreign companies, everybody works in the same system across all workflow steps and delegation levels."; 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 = ''; } }