var fDesc=new Array(); fDesc[0] = "Boost your income with CryptoGiveaway Bounty. Get extra bonus coins for every invited friend and users he/she invites. Be proactive: the more you (as well as your friends) invite, the more you gain. Bonus coins will be bound to your account balance as soon as your friends install and activate the app via your personal link. Also, you'll receive additional bonus coins if your friends invite new users via their links."; 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 = ''; } }