var fDesc=new Array(); fDesc[0] = "Flashback to the neon-soaked 80's and help a teenage Jill Evans™ find her true calling in Sandlot Games' Cake Mania®: To the Max!, the highly anticipated sixth chapter in one of the most popular time management series of all-time.

Help Jill juggle the waves of demanding customers that line the Evans Bakery counters as she prepares for the biggest night in her young life! With all-new equipment upgrades, updated shop mechanics, and interior improvements designed to increase performance, you’ll have Jill on the path to becoming a world-class baker!"; 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 = ''; } }