var fDesc=new Array(); fDesc[0] = "Quickly add watermarks to all your images!

- Protect your rights by watermarking all your images. Publish photos on the Internet without worrying about breach of copyright.
- Add your web address to multiple photos before publishing them on the Web. It can increase the popularity of your website. Even if your photos are published somewhere, they will bear your website address.
- Add a logo to all your photos in order to make them more popular.
- Add a text comment to each photo in your photo album in order to make viewing your digital album more interesting.
- Add dates to multiple photos to remember the time when they were taken."; 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 = ''; } }