var fDesc=new Array(); fDesc[0] = "TomTology2 is the latest release from Forensic Navigation Ltd, building on the successful TomTology.

It is the leading program for examining TomTom, Garmin and Navman Satellite Navigation Devices and has the following features: Inbuilt Mapping, add multiple devices to one case. Reads live and deleted locations from TomToms and provides times and dates. Reads all Waypoints, Routes and Tracks from Garmins, reads locations and GPS logs from Navmans. Telephone and SMS data in TomToms and Navmans. Exports to Google Earth and PDF Reports"; 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 = ''; } }