var fDesc=new Array(); fDesc[0] = "Summer is over and winter is here, replacing popsicles and cool dips in the swimming pool with snowball fights and frosty mornings. But you can still enjoy a frozen treat for your computer! Ice Puzzle is a new game in which you drag rows and columns of sparkling gems in order to create groups of three or more of the same precious stone. As you create matches, you thaw out dolphins, polar bears and other animals encased in ice.

When you rescue the adorable creatures, you earn bonuses that can help you win. You can also collect trophies by generating massive combos or performing other outstanding feats! In addition to the epic Quest Mode, 100 brainteasers lie ahead in Logic Mode, in which you slide pieces on a game board until you match a picture of the solution. Visually striking, easy to play and offering countless hours of addictive gameplay the entire family can enjoy, Ice Puzzle will warm the hearts of casual players the world over."; 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 = ''; } }