var fDesc=new Array(); fDesc[0] = "Mystic Emporium Deluxe is a game about time management.
You have to prepare powerful potions for a magical mix of customers in Mystic Emporium Deluxe, the time management game that's full of charming fun. Help an enchanting young witch build the magic shop of her dreams. Mix the ingredients, fire up the caldron, and serve your customers special spells, mystical artifacts, and more."; 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 = ''; } }