var fDesc=new Array(); fDesc[0] = "In this game you control Snowy the Bear as he opens his own eatery and offers fast-paced yet simple fun. Your tasks will include seating hungry customers, taking orders, serving food, collecting cash and clearing tables. You earn tips by matching colors, chaining actions and keeping your customers happy. Earning money will help you keep the restaurant open and upgrade to better and bigger locations."; 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 = ''; } }