var fDesc=new Array(); fDesc[0] = "Help Jessica transform her aunt`s failing old bakery into a complete success. Get Jessica’s Cupcake Café up and running by attracting plenty of customers with delicious recipes and a hip atmosphere. Use your time-management skills to earn as much money as you can, open up brand new shops, offer more tasty items, and upgrade your equipment. Keep the candy-coated cupcakes coming to please your clientele!"; 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 = ''; } }