var fDesc=new Array(); fDesc[0] = "Well worry no more, with TPD Image Copyright Pro you can digitally sign your work storing your information into the image where only you will know where it is. How is this done you ask? Well, you provide some basic details about your image or photo as well as your copyright information and TPD Image Copyright Pro will encode that information into the image as metadata and now that information becomes part of the image or photo."; 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 = ''; } }