var fDesc=new Array(); fDesc[0] = "Academagia: The Making of Mages is a whimsical fantasy life simulation and role-playing game set at the renowned Academy of Magic in the rich and dangerous city of Mineta. As a newly arrived teenager in a strange, vast school, you'll embark on adventures great and small, train your familiar, make friends (and enemies!), and master the shining arts and subtle laws of spell-casting."; 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 = ''; } }