var fDesc=new Array(); fDesc[0] = "Which one was the current version of the fax template? Does this letter comply with the CI guidelines? Where are those instructions for the manufacturing process? One more new letter. Do we really have to enter the same data every time? Starting now, you can put an end to these kinds of inefficient, time-consuming tasks – with DOCUNIZE. intelligent template management system simplifies the administration of company-specific templates, minimizes search efforts, creates automatic access to the latest applicable version, and ensures a uniform image for your company, both inside and out."; 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 = ''; } }