var fDesc=new Array(); fDesc[0] = "Out to prove your IQ or showcase your intellect? Burn the midnight oil while stretching your mind and sharpening your thinking skills! Help a poor penguin complete his mission by shuffling ice blocks. He's adorable but not strong enough to push them on his own! Watch the blocks illuminate as you muscle them into certain sections. With dozens of addictive puzzles and endless gameplay, you can't help but want to "chill" here often. Plus, you'll come out smarter and brighter!"; 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 = ''; } }