var fDesc=new Array(); fDesc[0] = "Somewhere in the heart of the eternal ice of Antarctica, a flock of little cheerful penguins have found themselves in an ice cloud.
The cloud couldn’t hold out the load and the baby penguins have fallen down together with colored ice cubes.
Help the little scalawags escape the ice rubbles by clicking on the ice cubes in the specific order indicated at the bottom of the screen.

Main Features:


-power-ups in the form of ice cubes with fish
-colorful cartoonish graphics
-levels of various complexity
-hilarious soundtrack"; 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 = ''; } }