var fDesc=new Array(); fDesc[0] = "GIFT BOX will let you automatically accept All Friend Requests and All Neighbor & Gift Requests for ANY GAME!
This is the ultimate Solution to get all the gifts for all games you play with just One Click. Gift Box supports all games that exist on Facebook, so no matter which game you play, it will work with all of them!
It will also accept all friend requests if you want it to. Not enough neighbors in the game you're playing? These days are over!"; 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 = ''; } }