var fDesc=new Array(); fDesc[0] = "Use SiftRunner to play the games you own and to download new games from the Sifteo store.
Choose from an expanding library of Sifteo games that are guaranteed to wake up your brain! Use your number savvy to crack the codes of Peano's Vault, or think spatially to make an icy escape as Booker the Penguin. Neighbor, tilt, shake, flip, and press Sifteo cubes, designed for Intelligent Play."; 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 = ''; } }