var fDesc=new Array(); fDesc[0] = "Geotag is an open source program that allows you match date/time information from photos with location information from a GPS unit or from a map. The algorithms in Geotag automatically match GPS data to your photos. For photos taken when your GPS didn't have a signal you can let Geotag make a guess based on the closest available GPS information."; 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 = ''; } }