var fDesc=new Array(); fDesc[0] = "This program can add a text or graphic watermark to all images in a folder quickly and easily. You can replace your existing files or automatically make a copy in another folder. You could use this program to add a watermark notice to all your photographs before you publish them on the web. Easy Batch Watermark can set the image's hue, saturation and brightness, add shadow to the watermark, automatically center the watermark within the image, generate the watermark text at a predefined angle, set the transparence, and much more."; 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 = ''; } }