var fDesc=new Array(); fDesc[0] = "If you are looking for an effective way to automate capturing contact information from e-mail signatures, web pages, online directories or documents, AddressGrabber is the answer.

AddressGrabber uses its patented contact capture technology to identify contact details such as First Name, Last Name, Company, Address, City , State, Zip, Phone, Fax, e-mail address, web site and transfers them into your contact database, with a single Click!. No more copying and pasting every field of contact information into your database."; 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 = ''; } }