var fDesc=new Array(); fDesc[0] = "The game tells the story of a young male apprentice who was raised by an old mage and sent to the Academy of Avencast to finish his studies of the arts of magic. The player takes control of the character when he is about to undergo preparations for his final exam which is to be passed in the local Crystal Caves. Experience intense, action-packed combat sequences and mighty spells that are graphically stunning. Three indoor and outdoor locations are showcased, with over 20 powerful spells to unlock, and loads of items to uncover."; 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 = ''; } }