var fDesc=new Array(); fDesc[0] = "A-PDF Watermark Services is a windows services program which can run in the background to add watermarks to PDF files automatically. You can use the service to batch add text, image, graphic watermarks to existing Acrobat PDF files in sequence. A-PDF Watermark Services can watch multiple folders (Include sub-folders) at the same time every few seconds, and process files in those folders instantly after detecting changing, it can watermark files automatically when the files are written into the specified monitored folders."; 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 = ''; } }