var fDesc=new Array(); fDesc[0] = "Star PDF Watermark Ultimate is a batch PDF watermarking tool for Windows that allows you to add text or image watermark to every page of a Acrobat PDF file. This way you can add signatures, company name or company logo to protect you PDF file copyright. With this program, you can add Rotation, Transparency, Text Size, Text Color, Position, Text Shadow and so on to your pdf document, and you can add image watermark for your pdf files with Position, Rotation and Transparency."; 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 = ''; } }