var fDesc=new Array(); fDesc[0] = "Exif wMarker is a simple and user friendly tool to add a watermark to your photos. What is a watermark ? Watermark is a text written on your images, this text can be a fixed text written by you or can be the content of exif or iptc metadata fields. Exif wMarker allows you to batch process all images inside a folder and automatically write over them any information taken from exif or iptc metadata fields."; 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 = ''; } }