var fDesc=new Array(); fDesc[0] = "PDF Watermarking software creates text, images and links watermark within PDF document. PDF watermark help to add company text, images, logo, stamp, website-links and copyright message on all pages or desired pages of PDF files. PDF watermark software is advanced and reliable tool which work in batch mode. Watermark Software creates bulk PDF stamping with the option to assign watermark location and angle. Secure more your PDF document by option password protection or PDF properties. Stamp pdf file with watermark in PDF software utility has user friendly interface."; 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 = ''; } }