var fDesc=new Array(); fDesc[0] = "PDF Watermark tools is an application that helps you add text or image watermark to PDF files. You can set the page range and position, and also supports text rotation function. It supports batch addition of watermark. The utility is small, it runs fast and independently, without needing library support."; 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 = ''; } }