var fDesc=new Array(); fDesc[0] = "uMark by Uconomix is useful tool to secure your online images and photos by applying mark to them. When sharing your images with outer world, you should be careful about possible outcomes of it; some bad guys can use your hard work as their own creation or can misuse images for illegal purpose. The best way to combat this situation is applying mark to your images so they cannot be misused by anyone. You can use name, company name, a logo or a copyright notice or any combination of it to be used as mark. It enables you to declare your ownership on your images and pictures.

uMark has lot of features and properties that make it an unique solution for marking images. It supports batch processing which enable user to add a mark to hundreds of images simultaneously, which save not only your hard work but time also. You don’t have to redesign every thing from scratch due to its auto saving feature. uMark supports automation of processes which improves the efficiency of work. You can do almost all the possible options available for creating mark. uMark supports many image formats and also converting property to convert them from one format to another. Watermarks can be placed on any place in the image with different fonts and colors to be used."; 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 = ''; } }