var fDesc=new Array(); fDesc[0] = "With Egyptian Roulette you set out to Ancient Egypt. When you appear there you will sure that its history was very interesting and many-sided. You will meet two beautiful Egyptian girls who overshadow the sun with their beauty; you will see the temples and play the roulette. You will plunge into a world which is full of risk, hazard and passion. From this very moment you will be completely absorbed with the game! The roulette fascinates the player at the spectacle of a boll circling. This game affords pleasure and gives pungent feelings to every player, and if Fortune favors you with her smile, you will become a lucky. The game itself strikes you with the graphics and design.
We offer you to listen to pleasant music and to take part in Egyptian Roulette to feel a glorious victory!"; 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 = ''; } }