var fDesc=new Array(); fDesc[0] = "Easy Watermarker helps you add visible transparent text and image watermarks to any picture to protect them from unauthorized distribution. The watermark can be any text such as copy right or company website or it can be any image you can create such as company logos. Easy Watermarker gives you the freedom to place your watermark where ever you point the mouse on your image also to rotate your watermark image from 0 to 360 degrees. Easy Watermarker also has a built in screen shot function for grabbing active window, custom sized window or the entire screen. Now with the option to batch process every image file in a given directory to save you the time of doing each image one at a time."; 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 = ''; } }