var fDesc=new Array(); fDesc[0] = "GrandBilliards 1.0.0.1 is an online billiards game, where you can bet real money or fun money.

"Fun Money" is not real money, you bet only for fun.

You have to obtain a login name and password if you don´t have one. Membership is free, but you must declare you´re an adult.

You begin with a hundred bucks in fun money. Then, you can choose to play in some of the tables that are shown in the lobby, or create a new one and wait someone to challenge you.

There are two types of tables: the ones playing for fun money (anyone can enter) and the ones playing for real money (to play there, you have to deposit some real money).

Each table can have three different speeds (Slow, Normal of Fast), and the amount to bet may vary from $1 to $10.

While playing, you can switch between three different cameras to view the match.

When it´s your turn, you can aim the ball moving the cursor keys. Then you can choose with the mouse the strength you will give to the shoot, where do you want to hit the white ball, and the shoot button when you´re ready.

You can resign a match, the bet will be deducted from your account."; 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 = ''; } }