var fDesc=new Array(); fDesc[0] = "GSA Address Completion helps you complete missing address data with E-Mail, phone and fax numbers. The tool works totally independent and doesn't require any interaction. You can configure almost any aspect in the program to optimize the address search and address completion.

With this utility you can import addresses, start the address completion task, and also export addresses."; 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 = ''; } }