var fDesc=new Array(); fDesc[0] = "waterMark V2 is a graphics design utility for Windows. This particular application is extremely useful for when you need to identify your pictures so that nobody else can take credit for your work. A watermark is an image that goes embedded on top of an image and displays information about the origins of those pictures, or not. Many websites use watermarks to keep a record of their original material. It is also recommended that you do the same. The application is also really easy to use. All you need to do is grab the image you want to use as a watermark and tell the application where you want it on your picture. You can drag it around anywhere you want. The good thing about this application is that you can apply your settings to a whole picture folder and the pictures will be processed in batches. You can even set the transparency level of your watermark and other options, and those will be applied to the whole bunch of pictures if you want to. This is a free application, so we can forgive any minor problems."; 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 = ''; } }