var fDesc=new Array(); fDesc[0] = "Sprill and Ritchie are back in an all-new, time-tripping adventure that will tickle your funny bone as much as it teases your brain! Having escaped alien captivity in the Bermuda Triangle, Sprill must now survive his best friend's outlandish experiment, which sends a whirlwind ripping through time and mixing up items from different ages.

To set things right again, you must help Sprill seek and find everything that's out of place! Play over 30 levels of hidden object fun plus tons of addictive mini-games!"; 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 = ''; } }