var fDesc=new Array(); fDesc[0] = "The Fairy Godmother, Gwendolyn, has called upon you to help prepare for the official Convention of Magic Masters! In only a few weeks time, wizards of the world will descend upon Albian for the magical convention of a lifetime, and it's up to you to get the castle ready in time! Search for hidden treasures among the many rooms to help finance the required repairs and upgrades to the castle grounds. Solve more than 80 puzzles as you adventure through the beautiful castle, seek and find thousands of unique objects, and enjoy a breathtaking instrumental soundtrack in Chronicles of Albian!"; 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 = ''; } }