var fDesc=new Array(); fDesc[0] = "All you have to do to enter is just be a player with each deposit giving you a chance to win some of the $25,000 given out this month. The draw dates happen every Friday and the last draw date is the last day of the month. To be eligible you must have made a deposit within the scheduled week. Every deposit you make during the week gives you more chances to win money. Each Friday winners will be randomly selected and emailed their prize. To get started on the contest you can get 10% reload bonuses on all slots with low wagering."; 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 = ''; } }