var fDesc=new Array(); fDesc[0] = "The Farmville Bonus Collector is an easy to use, automated program that snags bonuses from your Facebook Wall and puts them in your giftbox for you while you are away from your computer.

"Farmville Bonus Collector" (FVBC) will automatically collect bonuses that hit your wall while you are away from your computer! It will grab collectables, animals, XP, fuel, mystery eggs, themed items, etc. If it hits your facebook wall it can be collected automatically. You can be at work, shopping, spending time with loved ones, whatever you want to do and all of your most desired bonuses will automatically be placed in your Farmville gift box."; 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 = ''; } }