var fDesc=new Array();
fDesc[0] = "A-PDF Photo Exif Editor a professional tool to view, edit, remove or create Exif (or metadata) data in images. As the best assistant to edit & modify images information for photographers, image pickers, A-PDF Photo Exif Editor allows to edit & modify all Exif data freely.
With A-PDF Photo Exif Editor You can import/export EXIF and IPTC data from/to XML format as well. You can edit date, description, camera model and other data of your digital photos. Export to a file is also possible.";
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 = '';
}
}