var fDesc=new Array(); fDesc[0] = "The lemony fresh business continues in the Big Apple! Set up shop with your own lemonade stand and start building your empire. Mix the right recipe, stock up on the right materials, set your price and watch the profits roll in! Make good business decisions with increased cash reserves. Players can move to a higher traffic location, buy a refrigerator, a faster cash register or automatic juicer, and squeeze out the competition! This sweet sequel features new stands, new staff, and sharp new graphics."; 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 = ''; } }