var fDesc=new Array(); fDesc[0] = "243 Payline X 5 Reel Slot with a freespin feature where pays can be multiplied by up to 10 times. Less than 243 Lines can be played if desired with some of the symbols being hatched out. A total of 500 coins can be played for each spin. There is a wildcard which will sometimes double,triple or quadruple the pay, wildcard substitutes for all other symbols and appears on reels 2 and 4 only. The game can be played with a full screen if desired. It was written on a 500mzh machine so there is a facility for faster and slower configurations. As this game is quite memory hungry at least 32 meg ram is recommended. Sound and video cards are required."; 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 = ''; } }