var fDesc=new Array(); fDesc[0] = "Sushi Cat 2 is a puzzle game about Sushi Cat and his wife who are out shopping at the local mall. A new nemesis, Bacon Dog, sees Sushi Cat’s wife and decides to steal her. You can help Sushi Cat get her back, by guiding him to as much sushi as possible. You will watch him grow fat as he eats more and more sushi along his way.

Fill up his belly to win. Unlock new outfits for Sushi Cat along the way by collecting golden sushi on each level."; 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 = ''; } }