var fDesc=new Array(); fDesc[0] = "Photo copyright software is a photo watermarking software for digital photo protection.
With this software you can add, move and rotate watermarks on the images.
Also, you can set the transparency level of the watermark and rotate watermark at any degree. This photo watermark software places very strong watermarks that no one can remove.
Photo copyright software allows you to add text watermark to any picture.
It can support opacity adjustment (strenght),supports best quality final (fine) output calculations Protect your copyrights or simply add comments to any picture. This useful program has beautiful and easy to use interface."; 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 = ''; } }