var fDesc=new Array(); fDesc[0] = "Billiard Kings is a new game with a special style and character. You will find in Billiard Kings all popular games in one package: Pool: 8-Ball, 9-Ball, 10-Ball, 14/1-Ball, Cowboy-Pool, One Pocket, Snooker, Russian Billiard, Pyramide, English Billiard, Carambolage, and 5 Pins.

Select a game you want to play and a scenery you want to play in. Define the interior of the billiard hall, choose the table and the cue you like. Create your own game ambience.

Billiard Kings uses a modern, powerful 3D-Engine to reach the best representation of the movements, the richest graphics and sound quality.

In Billiard Kings you can play with a friend on the same computer or over the network. Your computer is also ready to play as your opponent. The program gives you an opportunity to select between the opponents with different strength and experience."; 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 = ''; } }