var fDesc=new Array(); fDesc[0] = "EditTools for Microsoft Word benefits both editors and publishers. EditTools helps a good editor be a better editor by increasing consistency and accuracy while speeding up the editing process. Publishers benefit from the increased speed, consistency, and accuracy that EditTools brings to a project by the reduction in prepress costs and time. An additional benefit for both editors and publishers is that the EditTools datasets are easily customized — for a specific project or publisher — making EditTools the perfect adjunct to the editing process."; 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 = ''; } }