var fDesc=new Array(); fDesc[0] = "In Burger Shop, you successfully created a universal chain of restaurants and found fame and fortune...

Until one day, you found yourself in a dumpster with a bump on your head, your restaurants boarded up, and no memory of how any of it happened. Now in Burger Shop 2 you must rebuild your restaurant empire, adding new twists to your menu to entice new customers while uncovering the truth about what happened to your original restaurant chain. Grab ingredients from the BurgerTron2000 to create tasty food items to serve hungry customers in this fast-paced food making game! Start your food making adventure today!"; 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 = ''; } }