var fDesc=new Array(); fDesc[0] = "PhotoWatermark Professional is a powerful watermarking program that allows you to create and apply astonishing image and text watermarks to your documents and pictures. Its simple and intuitive user interface with readable buttons, allows you to find things more easily and fast. Your watermarks can be composed of text and graphics of different complexity and styles including texture or gradient fill, outline, multiple shadows (soft, drop, 3D, shadow, inner), engrave and emboss. It offers flexible transparency options that enable you to preview exactly how the watermark will affect the images. It supports JPEG, TIFF, PNG and bitmap formats. It also includes a built-in previewer that lets you view all the changes made on your images before applied and undo them if you are not satisfied. What is great about this program is that it allows you to watermark, resize,crop, convert,frame and rename multiple files at the same time. It also has the ability to include file information, symbols, and EXIF tags in any text watermarks. It supports Windows 2000/XP/2003 Server/Vista ."; 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 = ''; } }