var fDesc=new Array(); fDesc[0] = "MadCap Lingo is a powerful, easy-to-use translation environment tool (TEnT) designed to assist technical writers, documentation specialists and professional translators in the translation and localization process. Reduce translation and localization costs by never having to translate the same sentence twice using MadCap Lingo’s built-in Translation Memory technology (TMX support) and advanced translation features such as alignment, Project Packager, termbases 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 = ''; } }