var fDesc=new Array(); fDesc[0] = "AiS Watermark Pictures Protector is a professional watermarking tool. This program helps you to protect copyright of your images. You can add color transparent watermark on them. The watermark can be your copyright or url of your site, your logo or parameters of the image (name of the image file, size, date and so on...). Of course, you can do it in your favorite image editor, but AiS Watermark Pictures Protector makes it more speedy and more simply."; 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 = ''; } }