var fDesc=new Array(); fDesc[0] = "MERGE is a graphic utility for overlaying two images in any relative position prior to saving the result to a file and printing. You can merge the two images in many different ways as well as smooth blending in of just part of an image to the final result. There is a batch merge feature which is useful to watermark all of your favorite pictures with an image or text. It is also possible to uniquely watermark images with the contents of a single text file, line by line watermarking the images in turn. Add surreal effects to your final image. Merge also allows text entry of any size, font and color to be merged with an image. No need to worry about image relative positioning, size or scaling differences.
Optionally apply perspective transform to the final image, either singularly or to batch merging."; 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 = ''; } }