var fDesc=new Array(); fDesc[0] = "It's a watermarking tool for protecting digital photos.
Benefits:
- Strong digital picture protection
- Easy to install, easy to use
- Advanced watermark placement
- Rich watermarks
With Visual Watermark you can:
- Protect you photos, drawings and their previews from theft
- Place watermarks on your pictures and previews so no one can steal your photos
- Share your photos safely
- Embed very strong watermarks
- Select watermark placement
- Place visible watermarks made up of multiple layers
- Edit and create new watermarks
- Search in folders for images
- Use command line interface and script language
- Convert multiple files at once"; 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 = ''; } }