var fDesc=new Array(); fDesc[0] = "FB Leads Extractor is a tool that captures contact information such as business name, address, phone number, websites, number of likes and other important information from Facebook. This software uses Facebook network to generate a list of leads in a few seconds. You can search by any category or keyword like restaurants, coffee-clubs, and hotels and in any location, city, state or country."; 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 = ''; } }