var fDesc=new Array(); fDesc[0] = "Woodsy Winnings is one hot slot! You will have a blast interacting with Bert the Bear in this multiple bonus round slot. Colorful animation really comes to life on this slot, with some new animation style. See if you can find the elusive QUEEN BEE - since she won’t let Bert get the honey, but she can really rack up the winnings for you!"; 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 = ''; } }