var fDesc=new Array(); fDesc[0] = "ReaWatermark is a powerful and user-friendly application that enables you to easily create and apply image or text watermarks to your files. Although this version is rather old, it still includes many of the features present in the latest version. With this incredible application you can protect your pictures, photos, art-works, documents, etc. adding a copyright watermark. It allows you to add watermarks composed of text, symbols, graphics, etc. of any complexity and style. The program simplifies this boring task allowing you to apply watermarks to multiple files in different folders at the same time. The user interface is really intuitive and nice, which makes this task even easier and faster. It also offers a multi-level transparency feature that allows you to preview how the watermark is affecting your image all the time. The latest version even includes wonderful customizable templates to simplify your work and give brillant ideas to create original and great-looking watermarks. It supports Windows 95/98/NT/2000/ME/XP/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 = ''; } }