var fDesc=new Array(); fDesc[0] = "All new - Aliens burst onto your desktop and fill your reels with radioactive feature power! The first Pokie Magic game with no pre-set number of free spins - look after your UFO and hundreds of feature spins could be yours. Be nice to the resident Aliens though!
During normal spins, any reel with a radioactive symbol on it will become condition yellow. A reel can be condition yellow for THREE spins."; 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 = ''; } }