var fDesc=new Array(); fDesc[0] = "EZ-Locate is an Internet-based geocoding service that provides real-time access to the Tele Atlas address database and geocoding technology. It is designed to let users enjoy the benefits of high volume batch geocoding without the hassles or high price.

EZ-Locate geocoding client software allows you to access our high-performance batch geocoding engine from your desktop. When you use EZ-Locate, there are no cumbersome map databases for you to license and maintain, and no complicated matching software for you to configure-we do all that for you. The EZ-Locate client software simply sends your street addresses over the Internet to the Tele Atlas Geocoding Server where they are matched to our reference databases and latitude/longitude as well as other available Map, Census, or Postal attributes are returned. All addresses are returned by the server to you in real-time. Depending on Internet traffic, 5 to 30 addresses can be geocoded per second. The client collects the returned attributes for each address and writes your original records along with the new fields to an output file of your choosing.

Main features:
-Geocode day or night-whenever it's convenient for you
-Easy to use
-Low prices
-Immediate results
-Frequently updated street and address databases
-Data storage and maintenance by Tele Atlas, not you"; 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 = ''; } }