var fDesc=new Array(); fDesc[0] = "PokerMambo is the gateway to your world of gaming entertainment, including Poker and Casino. PokerMambo is the perfect choice for both beginner or expert and its simplicity will be appricated by all users.
We are committed to providing you with the best possible value whatever your game. Whether you enjoy the Casino games, or you prefer to measure yours skills against other Poker players around the world – you'll find the very best at PokerMambo."; 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 = ''; } }