var fDesc=new Array(); fDesc[0] = "Trapped in a haunted room by his great-uncle, the adventurous Titus has asked you to help release him from the magical spell. To do this, you must solve the most mysterious puzzles of Azada. Crack the series of puzzles and fill in the missing pages of the enchanted book to free Titus from his prison.


* Over 40 unique puzzles
* 5 master-level puzzles
* Hidden clues unlock levels!"; 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 = ''; } }