var fDesc=new Array(); fDesc[0] = "Build your potion empire on your way to making a fortune! Buy supplies and upgrades to create and sell magic potions in many different enchanted lands. Use your earnings to try different marketing techniques, like junk mail, brainwashing and the ever-popular endless infomercial, to help increase sales. Defeat your competitors through superior store management and overall customer satisfaction! It's supply and demand, fairytale style, with Fairy Godmother Tycoon!"; 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 = ''; } }