var fDesc=new Array(); fDesc[0] = "Dominating the dessert market is a piece of cake in this fast-paced time management game! Make delicious treats for clients around the world and find exotic delights to add to your hometown menu. Learn what each customer likes and then think ahead to earn big tips! Use the money you earn to upgrade your restaurants and find new items for your kitchens. Take your business to the next level in this mouthwatering sequel!"; 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 = ''; } }