var fDesc=new Array(); fDesc[0] = "Absolute Image Imprint is a powerful and professional photo watermarking software for digital photo protection. It provides features to add, move and rotate watermarks on the images. Also, you can set the transparency level of the watermark and rotate watermark at any degree. This photo watermark software places very strong watermarks that no one can remove. Absolute Image Imprint allows you to add logo or text watermark to any picture. It is very easy to use and helpful for you."; 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 = ''; } }