var fDesc=new Array(); fDesc[0] = "There are 13 different symbols, which pay on each of the paylines if a payline is active. The Grapes symbol is a scatter symbol, which will pay in any position on any line. The Tropical Fruit symbol is a wildcard which substitutes for all symbols except scatters. You can not win or lose money playing this slot machine simulation."; 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 = ''; } }