var fDesc=new Array();
fDesc[0] = "Slots Paris is a 25 Payline X 5 Reel slot with a freespin, Jackpot feature and a Paris theme. 2nd,3rd and 4th. reels contain a wild card which if drawn anywhere on the reel will substitute for all other symbols appearing on that Reel (except scatters ).
3 Moulin Rouge symbols will trigger the jackpot feature.
A facility to save the details of up to 6 players, toggle sound on/off, play in fullscreen and autoplay is included. Play up to 500 coins per spin. There is a facility to set payout to realistic or loose. Doubleup and quick money included with registered version. Specs' at least 233mzh 32 meg ram sound and video.";
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 = '';
}
}