var fDesc=new Array(); fDesc[0] = "Cattch is a 2D platformer with mind-bending puzzles and colorful graphics. You must take Cattch, a hyper-color cat, on a journey of revenge, to bounce on all those nasty little monsters before the weekend is over, so he can save his friends and finally chill out. Cattch’s extraordinary jumping and landing skills will come in handy while facing insane puzzles in his home world of Cubika."; 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 = ''; } }