var fDesc=new Array(); fDesc[0] = "With ZIP Master you can find ZIP codes within a radius, find closest locations, calculate distance and more.
You can also import a list of all your stores, service centers, or sales reps, and instantly find a list of the nearest ones to any location and find the city, county, state, area code, FIPS code, time zone, daylight savings, latitude and longitude for any ZIP code."; 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 = ''; } }