var fDesc=new Array(); fDesc[0] = "Super Fruits Fruit Machine, gamble for the virtual Jackpot! With a refreshing theme, and based on a real UK style fruit machine this game will have you entertained for hours on end. Once you have a 3 of a kind win on the reels, you have the opportunity to enter the feature board where you can hi-lo gamble your winnings or spin around the feature board adding features such as cash, shots and nudges. Land on the super square and you will enter a special Super Feature! Use the bonuses and extra features to gamble to the ultimate"; 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 = ''; } }