var fDesc=new Array(); fDesc[0] = "Bates Express is a new time saving program to stamp bates to emails and other documents. It automatically converts any number of emails to PDF and stamps bates to each PDF page. At the same time you can stamp bates to any PDF, Word, HTML documents in a batch. You may select the position and the font of the bates. The interface is user-friendy: you will master it in minutes!"; 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 = ''; } }