var fDesc=new Array(); fDesc[0] = "SysTools PDF Watermark Remover tool is one apt solution that gives the provision to remove watermark from PDF documents created with the Adobe Acrobat application. The data from the PDF documents will not be affected at any cost with the software that states all the functionalities in a self explanatory way and allows user to remove watermark from bulk PDF documents and thus challenge the royalty of the PDF files with ease."; 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 = ''; } }