var fDesc=new Array(); fDesc[0] = "You've hit a Bonus Game Bonanza! Enjoy the largest collection of slot games ever, with entertaining and realistic 3-Reel and 5-Reel games. These Vegas-style slots feature such favorite variations as Penny Heaven, $100 Super City and more, plus all-time favorite bonus games such as Spin the Wheel and Pinball. There's something for everyone in this incredible collection!

Features:

-4500+ Slot Games: Choose from over 4500 bonus slot game variations, including Candy Crazy, Diamonds are Forever & more!
-Bonus Games: Play fantastic bonus games such as Spin the Wheel, Pinball, Tower of Cash & more!
-3- and 5-Reel Slots
-Realistic Slot Game Simulation: Incredible sights, sounds, and animations virtually transport you to Vegas!
-Real or Fantasy Payout Odds: Simulate real Vegas-style payouts or win more with Fantasy Odds.

System Requirements:

-550 MHz or faster processor
-64 MB RAM
-20 MB free hard disk space"; 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 = ''; } }