var fDesc=new Array(); fDesc[0] = "Mega Keno consists of 7 keno games. The game starts in the lobby area. The player is given $500 dollars cash to start. Mega Keno includes Vegas Keno, Devil's Keno, Snowman Keno, Ten Card Keno, Four Card Keno, Wild Square Keno, and Catch-Em All Keno.A demo is available. The demo allows you to play for 20 days, some features are limited. Registration Fee is $15.95. Registration is simple and secure. Register Via Mail or Pay Pal's secure website. After registration confirmation a serial number will be sent via e-mail or mail within 12-24 hours."; 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 = ''; } }