var fDesc=new Array(); fDesc[0] = ""Slingo" is the unique combo of legendary faves, Bingo and Slots. Slingo Deluxe is the first downloadable version to allow offline playing. The game features sharp graphics, saved stats, top 10 lists, and custom backgrounds. This is the perfect no-risk experience for anyone who enjoys the game of chance."; 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 = ''; } }