var fDesc=new Array(); fDesc[0] = "Image Watermarker lets you protect your photo by adding watermarks. It supports photos of extensions BMP, JPG, PNG, GIF, and TIFF both for input as well as output. You can add watermarks to multiple photos using this application. It also comes with several visual themes for the user to choose from."; 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 = ''; } }