var fDesc=new Array(); fDesc[0] = "Fluency is a powerful solution for all your translation and project management needs. It is a tool that translators use to import, reference, navigate, translate and export their documents. It offers you access to all the major industry file formats, it has integrated terminologies, glossaries and dictionaries."; 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 = ''; } }