var fDesc=new Array(); fDesc[0] = "A sensational and fun slot machine game with a Christmas theme. Have you been naughty or nice? Santa will let you know!If you get 3 or more scattered snowmen (4 in the Special Edition) the Chimney Feature Starts. During the Chimney Feature, all reels spin once filled with a chimney symbols with 1 spin, 3 spins or 5 spins or a chimney with a lock on it. All chimneys with a number of spins will award you that number of free spins. All reels will keep respinning until ALL reels have a locked chimney. Your free games then start. For each Nice or Naughty Santa appearing during the feature, they wipe out one of their opposites. For example if you have 3 accumulated Nice Santas and you get one Naughty Santa, you LOSE one of your Nice Santas. At the end of the feature your entire feature win is multiplied by the total number of Nice Santas you have left. During the feature, a Topsy Turvy may appear and REVERSE your naughty/nice position."; 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 = ''; } }