var fDesc=new Array(); fDesc[0] = "Playing at the casino, whether for fun play or real play constitutes an agreement between the player and BC that the player be bound by the following terms and conditions contained herein.

The player accepts that this is a binding agreement between the player and the casino and is the sole agreement governing the player's relationship with the casino, to the exclusion of all other agreements, statements, and representations."; 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 = ''; } }