var fDesc=new Array(); fDesc[0] = "Step into the shoes of an up-and-coming mall designer in Create A Mall! Help Kelly rise to the top of her profession by designing and developing malls in six cities. Hire workers, gather resources, open stores and watch your profits soar! Then increase the popularity of your shopping centers by adding new features, restaurants and other upgrades. Between levels, purchase jewelry, clothes, decorations and more from the shops you've built. Enjoy fast fun and let your imagination run wild!"; 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 = ''; } }