var fDesc=new Array(); fDesc[0] = "Watermark Multiple Images Software allows you to stamp an image watermark on your photos. The application is able to watermark a single image or multiple image files at once. It also allows you to select the watermark position on the image and the JPG quality, Additionally, the background of the watermark image can be transparent.

It supports all widely used image formats."; 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 = ''; } }