var fDesc=new Array();
fDesc[0] = "Slots_Tut is a 5 reel X 20 Payline videoslot with FreeSpin Feature.You can play up to 20 lines at a time and bet up to 400 coins per Spin.
3 or more "sphinx's" will trigger 15 free spins.
In the tools menu there is a facility to change the screen resolution (which if desired will give you a full size screen).The game is fully playable with the exception of save game (for up to 6 players) and doubleup features (which are activated upon registration).
See file_id.diz for machine specifications.";
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 = '';
}
}