var fDesc=new Array(); fDesc[0] = "Crazy puzzle game mayhem. Switch, match and remove a continuous stream of colorful atoms before time runs out. Combines elements of several classic puzzle games like Tetris, Bejewelled and Collapse. Includes a time and puzzle mode of play. Timed mode is a wildly addictive race against time with colorful animated atoms streaming in while you rearrange and remove them from the screen. Puzzle mode is all about thinking ahead and planning. A poor strategy will leave you trapped, but a successful planner will enjoy the conquest of level after level of increasingly challenging layouts. - Beautiful full screen graphics and photo-realistic backdrops - Great animated characters and wild looking power-ups - Two great modes of play, timed and puzzle mode. - Over 60 levels of play - Great music track"; 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 = ''; } }