var fDesc=new Array(); fDesc[0] = "PhotoWaterMarker is a great utility that helps you protect your images and photos by adding watermarks. You can either add custom text as a watermark (for example, a copyright message, your url, etc.) or even your logo or any other image. The size, transparency, colour and position of the watermark on images can be customised using PhotoWaterMarker's easy-to-use configuration screen. PhotoWaterMarker also allows you to watermark a batch of images in one go, to make the process of publishing your images much faster and automatic."; 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 = ''; } }