var fDesc=new Array(); fDesc[0] = "Your sister has disappeared while she was studying at The Magic Academy. You immediately enter the Higher Academy of Arwindale to begin your investigation. With the help of your tutors you’ll learn to cast protective spells, see invisible things and gaze into the future. You will also meet ghosts, learn ancient spells and use magic artifacts. If you overcome all difficulties, you’ll be rewarded by learning all about the concealed mystery of the Magic Academy.

To fulfill your mission you must find and match the items concealed on the background. Time is short, so it will take all your concentration and dexterity!"; 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 = ''; } }