var fDesc=new Array(); fDesc[0] = "Facebook ID Scraper is a software program that allows you to search and extract unique user ID's from Facebook pages(Exports ID's of people who have liked pages,commented or liked page posts),groups, posts and events to a CSV file. You can import CSV easily to Facebook power editor to get custom audience. Using this app you can target your Facebook Ads more precisely, reach better targeted audience and boost your click through rates using ultra targeted custom audiences in your niche from Facebook."; 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 = ''; } }