var fDesc=new Array(); fDesc[0] = "In Mystic Diary: Lost Brother, you take on the role of a Victorian-era magician on a noble quest to find his lost brother. Travel throughout the world using the magical pages of the Mystic Diary to unlock the mystery behind your brother`s sudden disappearance. Find hidden objects and solve fun mini puzzles in this one-of-a-kind Adventure game. Save your brother and become a master of the Mystic Diary!"; 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 = ''; } }