var fDesc=new Array(); fDesc[0] = "SushiChop is a free slicing game. Your finger is the razor-sharp knife, as you swipe your way to sushi chopping glory. Cut with precision and skill to fill each tray before the timer runs out. Fill a tray chopping the fewest fish necessary to earn a Perfect Chop bonus, but beware the stinky green fish."; 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 = ''; } }