var fDesc=new Array(); fDesc[0] = "IGT Slots Wild Wolf is a game that allows you to enjoy the authentic look, feel and fun of real Las Vegas slots, right at your fingertips, without ever stepping foot into a casino. You can play games such as Wild Wolf, Coyote Moon, Double Diamond Free Games and Triple Double Red Hot 7's."; 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 = ''; } }