var fDesc=new Array(); fDesc[0] = "Bring the glitz and glamour of Vegas home as you spin to win in the new fun and fast paced excitement of true bonus round play in Bonus Mania Slots! Test your luck with 5 of the greatest slots, each with their own unique themes and features. Spin your way to riches as you complete challenges and unlock achievements in a whole new way to play the hottest slots around."; 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 = ''; } }