var fDesc=new Array(); fDesc[0] = "Prepare for a stroll down memory lane with Cooking Dash 3. Meet Flo and the rest of the DinerToons as youthful DinerTeens, working their first summer jobs at Mr. Big’s theme park restaurants. Can you keep Flo and her friends preppin’, grillin’ and sizzlin’? Find out in this thrilling time management game where you’ll serve sit-down customers, bag up food for Dash-Thru window diners, and revamp every restaurant in the park. "; 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 = ''; } }