var fDesc=new Array(); fDesc[0] = "phHelper allows you to view some of the photos' metadata and edit it (you can add your name as an Artist/Author, fix the Taken Date or add a picture Title and/or Description). This tool even lets you rotate pictures and add a copyright watermark with just a few mouse clicks. And if you upload your photos to social networks this is a must have tool for protecting your photos from being claimed and or shared by others."; 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 = ''; } }