var fDesc=new Array();
fDesc[0] = "What BizScraper Does:
- Extracts business names, phone numbers and addresses from YellowPages.com
- Includes all states, major cities and Canadian provinces
- Training videos and excellent support
- All Categories Included
- Simple process anyone can understand
- Prints mailing labels
Why You Need BizScraper :
- Use the names, phone numbers and mailing addresses to contact Business Owners for your home based business
- You won’t need to buy leads from lead companies anymore!
- Re-sell rights for affiliates - You make $50 on each sale!
- Great tool to generate income";
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 = '';
}
}