var fDesc=new Array(); fDesc[0] = "Tumble Jumble : Intergalactic Rodent Removals is a fantastic new physics-based puzzle game from Utopian Games. As an employee of the Intergalactic Rodent Removal Company, you must rotate and drop a specified number of block-shaped rodents into containers while avoiding a variety of obstacles, including lasers and evil platforms.

"Tumble Jumble’s game play is a little similar to Tetris, but has some really nice physics aspects that make it a much more fun and interesting game.""; 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 = ''; } }