var fDesc=new Array(); fDesc[0] = "Developer's description:

North American area codes database one month subscription service.

New review:

North American area codes database one month subscription service. Included in this database is NPA (area code), NXX (exchange), country, state, county, latitude, longitude, LATA, timezone, day light saving, population, FIPS, MSA, PMSA, CBSA, ZIP code, Operating Company Number, use type, rate center, COMMON LANGUAGE identifier and V and H.

Final note:

North American is an interesting an useful tool that helps you quickly find codes from North America."; 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 = ''; } }