var fDesc=new Array(); fDesc[0] = "Yellow Pages Crawler is a tool that captures contact information such business name, address, phone number from online Yellow Pages searching sites into your database. By using Yellow Pages Crawler you can capture sales leads and business contacts into your contact management software. Yellow Pages Crawler also provides you a simple contact management functionality. You can print out mailing labels directly from Yellow Pages Crawler."; 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 = ''; } }