var fDesc=new Array(); fDesc[0] = "Photomark is a fast desktop utility program that lets you batch add digital watermark (text, image, logo, etc) to your pictures and allows you to protect your photo safety, and avoid them from unauthorized use.

The tool allows you to use company logo, your name or web address as watermark to protect your photos.

The program provides two types of watermark: text - supports macro, such as date, time etc. And image - supports various image formats."; 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 = ''; } }