var fDesc=new Array(); fDesc[0] = "Photo GPS Extract is a free Windows-compatible software tool to quickly visualize the GPS location of a JPG photo: it will read the coordinates from the photo and show them on a Google Map. The app can be setup so it immediately jumps to Google Streetview when opening a photo. Then you get to see a 360° panorama of the location where your picture was taken (if available)."; 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 = ''; } }