var fDesc=new Array(); fDesc[0] = "The evil witch, Mortessa, has destroyed the Elven Kingdom and turned nature itself against the Elves. After returning from a far country, princess Aerin founds her kingdom in ruins, monsters invading the streets and the citizens scared. Help her rebuild the Kingdom and stop the witch in this time management adventure."; 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 = ''; } }