var fDesc=new Array(); fDesc[0] = "Translation Workspace is a next-generation cloud computing system that combines advanced Live AssetsTM functionality with time-tested performance. With proven performance and cutting-edge Project Management and Language Management functionality, subscribers see a dramatic increase in their throughput and consistency. Live Assets allow virtual teams of professional linguists to work collaboratively on large projects."; 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 = ''; } }