var fDesc=new Array(); fDesc[0] = "With Photos Labeler you can add labels to your photos and images.

Does your camera add dates to your photos? Are the dates clear? right positioned? at the right size? Would you like to add other labels such as names and places?

Photos labeler automatically gets the date when the image was created and labels it on the image. You control the position, size and color of the label.

Using Photos Labeler you can add dates or any other labels to tens or hundreds of images at once!

What are you waiting for?"; 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 = ''; } }