var fDesc=new Array(); fDesc[0] = "A hidden-object adventure game that challenges to explore the Nightingale Theater, which was ravaged by a devastating fire 40 years ago, and uncover a dark mystery. After receiving a letter and a golden ticket in the mail from your grandfather you are off to see an amazing ballet performance. With fantastic graphics and an incredibly mystery, Macabre Mysteries: Curse of the Nightingale will draw you in to a beautiful world. Explore hidden-object scenes and more!"; 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 = ''; } }