var fDesc=new Array(); fDesc[0] = "Welcome to Video Roulette, all the fun of the casino - without the cost! Place your bets, Red, Black, Numbers, Odd, Even - The choice is endless! Practice your gaming skills on this fast paced realistic roulette game! View your table statistics to find out which numbers are hot and which numbers are not! Download your 14 day demonstration version today.

Important Note:
This game is purely for fun; no real money can be either lost or won!

This roulette game can help you with playing strategies when you go to the real casino! Many casinos now have video roulette systems in place, very similar to this game, and with the same odds!"; 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 = ''; } }