var fDesc=new Array(); fDesc[0] = "Watermark creator XXL 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. Watermark creator XXL allows you to add logo or text watermark to any picture. Protect your copyrights or simply add comments to any picture. This useful program is beautiful and very easy to use. Clear interface make the program easy-to-operate even for people who do not possess any special knowledge."; 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 = ''; } }