var fDesc=new Array(); fDesc[0] = "This new add-in for Microsoft Excel cleans and enriches your account and customer data. Which means you can start your sales and marketing efforts with accurate data, keep it current over time, and fill it in with the data you need to be more productive.

Listware for Excel provides global address verification, phone verification, email verification, and geocodes the postal addresses of your international contacts with precise latitude and longitude coordinates. The program can add missing information like city, state, and ZIP code, as well as append names, addresses, phone numbers and email addresses to your contact lists. Change of address processing will update the addresses of companies and people that have moved in your Excel files."; 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 = ''; } }