var fDesc=new Array(); fDesc[0] = "Raccoon Bot is a Clash of Clans bot that automatically plays the game and earns points for you. This game supports a variety of emulators such as Bot with Memu, BlueStacks1 or BlueStacks 2. RaccoonBot is capable of reacting to given ingame events (such as freezing inferno tower in the exact right moment) which brings new attack possibilities."; 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 = ''; } }