var fDesc=new Array(); fDesc[0] = "In this game you must get two or more scattered Sphinx symbols (these symbols can appear anywhere, they don't have to appear in a row) all other reels will respin. If you then have 3 or more Sphinx symbols, you win 15 free games - all pays tripled. While the free games are playing any reels with an Eye of RA symbol will fill with wildcards and all other reels will respin."; 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 = ''; } }