var fDesc=new Array(); fDesc[0] = "LeadResearcher Standard is an automated research tool that allows sales and recruiting professionals to instantly find missing contact information for their leads, thus saving them countless hours of internet searching.
LeadResearcher also provides them with detailed background information for their leads from Social Networking Sites. LeadResearcher will even provide them with the B2B email addresses of other people who work at the same company as the leads they are researching."; 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 = ''; } }