var fDesc=new Array();
fDesc[0] = "Spartan Slots Casino is dedicated to providing the players with a unique and unparalleled gaming experience. We continually strive to achieve and exceed aspirations to this end by combining the highest standard of fairness, security, and service with the excitement of a trusted and award-winning gaming software.
Spartan Slots Casino games are powered by the award-winning Rival Gaming software, reowned for exceptional quality, massive selection, exclusive games, and player-friendly features.";
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 = '';
}
}