var fDesc=new Array(); fDesc[1] = "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."; fDesc[2] = "and text watermarks to your documents. Thanks to its intuitive and user-friendly interface, you can perform this boring task with a few clicks. It also allows you to apply the same watermarks to multiple images at the same time."; fDesc[3] = "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."; fDesc[4] = "elegant text or image watermark label. Provides built-in set of ready-to-use watermark types, integrates with Windows Explorer menu;"; fDesc[5] = "Copy\", \"Copy Right Protected\" or \"All Rights Reserved\" or anything what you want. You can tile the watermark everywhere on the image or select desired position for the watermark."; fDesc[6] = "is bundled with immense capabilities for your image: editing, converting, scanning, viewing, renaming, batch processing, watermarking, and so on. When working with this tool you discover a new way of dealing with your digital images in a free way."; fDesc[7] = "shrinked 100 pictures the software can be used with the limitation of an added watermark to each image.Also features batch compression."; fDesc[8] = "helps to add water marks to your data easily. UMark Lite can be used add watermarks to the data in the form of text, images. It is customizable if you want to do so. It allows you to decide one out of the nine possible positions to add a watermark."; fDesc[9] = "images by adding a watermark. The watermarks can be composed of text, the URL of your website, any image or logo. It supports BMP, GIF, Animated GIF, PNG, JPEG, EMF, WMF, and many others."; fDesc[10] = "(text or image overlay)."; fDesc[11] = "pictures and images. The watermark can be composed of text, image or date, and you can select the background color and exact position."; fDesc[12] = "Watermarking LITE allows you to easily add text watermark to your personal images. Watermarking your images will keep them safe from unauthorized access, especially when you share your images over the internet."; fDesc[13] = "Configure your watermark Replace the image or make a new image Mark entire folders at a time The registered version gives the following: Save multiple watermark setups No Try window Excellent support"; fDesc[15] = "customizable Images on the page in any x,y position, PDF Image Stamp supports gif, jpeg, bmp & png image formats."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }