var fDesc=new Array(); fDesc[0] = "Mystic Diary - Haunted Island is a hidden-object puzzle adventure game in which you must stop a magician’s ghost and free the trapped souls haunting the Black Woods in Mystic Diary: Haunted Island. You can communicate with a trapped ghost, the magician’s very own brother, as he guides you through the manor. Follow Victor’s clues and stop the disturbed Gustav as quickly as you can. Solve cryptic puzzles and put together bizarre machines to unlock the secrets of the house."; 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 = ''; } }