var fDesc=new Array();
fDesc[0] = "Come and play with the chooks on this fun pokie game - a 5 reel, 20 payline slot machine game. You can't win or lose any real money. To play, you need to add some virtual cash to your game - just click on the $50 or $100 notes to add $50 or $100. If you haven't yet registered your game, you'll only be able to add 50 cents a time.
This game is enabled for Eagleslots online highscores - registered users can compete against others from around the world to be King of the Slots!";
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 = '';
}
}