var fDesc=new Array();
fDesc[0] = "Slots_Frosty is a 5 reel X 25 Payline videoslot with FreeSpin Feature and an Alaskan theme.
Game pays right to left as well as left to right .Wild cards substitute for all other symbols except scatters. A combination of 3 or more scatters will trigger the feature where you can win up to 30 free games. During the free games any wild card involved in a pay will multiply the pay by the random amount drawn .Payout can be regulated from realistic to ridiculously loose.
Options include turning off sound, saving up to 6 players and running autospin.";
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 = '';
}
}