var fDesc=new Array(); fDesc[0] = "This application helps you to receive coins and daily deals for various games. You can receive coins for games such as Mirrorball Slots, JackpotJoy Slots and Bingo Lane. With this program you can obtain between 1000 to 10000 coins and you can set the frequency of the pop-up notifications."; 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 = ''; } }