var fDesc=new Array();
fDesc[0] = "Bingo Cabin is a front-runner in the online bingo world, offering games that appeal to players from all walks of life.
BingoCabin is a game download manager from Bongo Cabin site. You can choose from a large game collection. Play slots, bingo and other casino games such as roulette and black jack. No deposits or credit cards required. When a new player registers their account at Bingo Cabin they are given $10 to try the bingo games as well as 200 free spins to try out the slots without risk.";
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 = '';
}
}