var fDesc=new Array(); fDesc[0] = "Easy Bates is a simple program that stamps Bates numbers onto PDF and TIFF documents. Easy Bates is flexible. It can add Bates numbers in 7 different fonts. It can add a text stamp along with the page number, and it can handle multi-line stamps. It can also avoid ever stamping over the existing contents of the document. If you need to stamp the hard-copy originals too, Easy Bates can print labels to make it easy."; 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 = ''; } }