var fDesc=new Array(); fDesc[0] = "Facebook Gift Collector for Windows is the application that lets you get all the gifts for all the games that you play on Facebook, with just one click.
Facebook Gift Collector works for all the games of the most popular social network in the world, Facebook.
For each game that you play you’ll be able to see a list of the gifts and invites that your friends sent you, and decide which one to accept or reject with just one click."; 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 = ''; } }