var fDesc=new Array(); fDesc[0] = "Shift Happens is a local co-op platformer for two players. The two jello-jelly creatures, Bismo and Plom, got connected in a tragic yet funny accident and thus can exchange their size and abilities at will. You and a friend will shift your mass, throw each other and puzzle your way through four stages of stylized imaginary worlds."; 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 = ''; } }