var fDesc=new Array(); fDesc[0] = "Mystery Age: Liberation of Souls is a game in which the treacherous god of chaos has fled to the east, conquering an entire desert kingdom in his wake. You will find yourself in a strange realm, where villagers have been turned to things like plants, ice and scarecrows. You must defeat the Chaos God once and for all in order to save the villagers."; 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 = ''; } }