var fDesc=new Array(); fDesc[0] = "When posting a photo on your favorite Social Network, online photo gallery, or web page, you are inviting danger. Most smartphones and some cameras made today are equipped with geo tags. Geo tags are imbedded in the picture and use the same concept as GPS.
The geo tag in the photo is a smart tool that allows the photo to be tagged to an exact location. Unless you know where to find and disable this function on your camera you are at risk.
Geotag Security goes through all of your existing files and removes the geo tags. The software checks all files in selected folders. It will remove the unwanted geo tags from your computer, file by file."; 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 = ''; } }